From 10680bf6f22aadf1b838662c439bc0a3db4ed1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:19:40 +0000 Subject: [PATCH] chore(deps): bump botocore from 1.35.64 to 1.35.65 Bumps [botocore](https://github.com/boto/botocore) from 1.35.64 to 1.35.65. - [Commits](https://github.com/boto/botocore/compare/1.35.64...1.35.65) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3853cf498b0..29dac53e8be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -778,13 +778,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.64" +version = "1.35.65" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.64-py3-none-any.whl", hash = "sha256:bbd96bf7f442b1d5e35b36f501076e4a588c83d8d84a1952e9ee1d767e5efb3e"}, - {file = "botocore-1.35.64.tar.gz", hash = "sha256:2f95c83f31c9e38a66995c88810fc638c829790e125032ba00ab081a2cf48cb9"}, + {file = "botocore-1.35.65-py3-none-any.whl", hash = "sha256:8fcaa82ab2338f412e1494449c4c57f9ca785623fb0303f6be5b279c4d27522c"}, + {file = "botocore-1.35.65.tar.gz", hash = "sha256:46652f732f2b2fb395fffcc33cacb288d05ea283047c9a996fb59d6849464919"}, ] [package.dependencies] @@ -5176,4 +5176,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "6f2933c37413913b55aacd4c28f777f53ca402797110667fafa8f17d556a930d" +content-hash = "b1f6338d61cb8057417989fd3c541697d15b543239c34452d937aa3573cda040" diff --git a/pyproject.toml b/pyproject.toml index 8ddae3bf56e..c5a7409f857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.24.0" boto3 = "1.35.64" -botocore = "1.35.64" +botocore = "1.35.65" colorama = "0.4.6" cryptography = "43.0.1" dash = "2.18.2"