From cda8ea25f71490d98ec0ce4a688533a4a6734ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:20:50 +0200 Subject: [PATCH] chore(deps): bump botocore from 1.35.27 to 1.35.28 (#5217) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 41211556f6..719e82af75 100644 --- a/poetry.lock +++ b/poetry.lock @@ -723,13 +723,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.27" +version = "1.35.28" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.27-py3-none-any.whl", hash = "sha256:c299c70b5330a8634e032883ce8a72c2c6d9fdbc985d8191199cb86b92e7cbbd"}, - {file = "botocore-1.35.27.tar.gz", hash = "sha256:f68875c26cd57a9d22c0f7a981ecb1636d7ce4d0e35797e04765b53e7bfed3e7"}, + {file = "botocore-1.35.28-py3-none-any.whl", hash = "sha256:b66c78f3d6379bd16f0362f07168fa7699cdda3921fc880047192d96f2c8c527"}, + {file = "botocore-1.35.28.tar.gz", hash = "sha256:115d13f2172d8e9fa92e8d913f0e80092b97624d190f46772ed2930d4a355d55"}, ] [package.dependencies] @@ -4571,4 +4571,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "b3bcb96a6ff7af49ddf39e2048add1c4f545be58a7a62d1223aa0cc0131b5e89" +content-hash = "67a92b6d50ce3fd2620c05d27c7c4c99a4db8c19ba752e0dcaa45759e2963924" diff --git a/pyproject.toml b/pyproject.toml index 76a982e4c7..2f0a3c13ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.23.0" boto3 = "1.35.26" -botocore = "1.35.27" +botocore = "1.35.28" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.147.0"