From c9ecc72255ae37f1447885a9662327f19dc0b00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:19:36 +0000 Subject: [PATCH] chore(deps): bump botocore from 1.35.29 to 1.35.55 Bumps [botocore](https://github.com/boto/botocore) from 1.35.29 to 1.35.55. - [Commits](https://github.com/boto/botocore/compare/1.35.29...1.35.55) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f3f2e24f770..f82244871e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -818,13 +818,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.29" +version = "1.35.55" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.29-py3-none-any.whl", hash = "sha256:f8e3ae0d84214eff3fb69cb4dc51cea6c43d3bde82027a94d00c52b941d6c3d5"}, - {file = "botocore-1.35.29.tar.gz", hash = "sha256:4ed28ab03675bb008a290c452c5ddd7aaa5d4e3fa1912aadbdf93057ee84362b"}, + {file = "botocore-1.35.55-py3-none-any.whl", hash = "sha256:3d54739e498534c9d7a6e9732ae2d17ed29c7d5e29fe36c956d8488b859538b0"}, + {file = "botocore-1.35.55.tar.gz", hash = "sha256:61ae18f688250372d7b6046e35c86f8fd09a7c0f0064b52688f3490b4d6c9d6b"}, ] [package.dependencies] @@ -836,7 +836,7 @@ urllib3 = [ ] [package.extras] -crt = ["awscrt (==0.21.5)"] +crt = ["awscrt (==0.22.0)"] [[package]] name = "cachetools" @@ -5861,4 +5861,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "67490914a790aad76f12ed0bedcd47a11662e1385b77c64cbcb3d108708c2994" +content-hash = "7baeebe5c6b4a22f6119c1c2f8fecdde3612a87c23c7de389987cec991b7fdf0" diff --git a/pyproject.toml b/pyproject.toml index 5a29df20901..941de09d474 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.23.1" boto3 = "1.35.29" -botocore = "1.35.29" +botocore = "1.35.55" colorama = "0.4.6" cryptography = "43.0.1" dash = "2.18.1"