From 2c8b796e40f542bc27f013d878b81d78ae56a699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:26:20 +0000 Subject: [PATCH] chore(deps): bump botocore from 1.35.80 to 1.35.90 Bumps [botocore](https://github.com/boto/botocore) from 1.35.80 to 1.35.90. - [Commits](https://github.com/boto/botocore/compare/1.35.80...1.35.90) --- 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 0bf7e521504..9c1a69a5dee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -724,13 +724,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.80" +version = "1.35.90" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.80-py3-none-any.whl", hash = "sha256:36e589dccb62380abd628b08fecfa2f7c89b99f41ec9fc42c467c94008c0be4a"}, - {file = "botocore-1.35.80.tar.gz", hash = "sha256:b8dfceca58891cb2711bd6455ec4f7159051f3796e0f64adef9bb334f19d8a92"}, + {file = "botocore-1.35.90-py3-none-any.whl", hash = "sha256:51dcbe1b32e2ac43dac17091f401a00ce5939f76afe999081802009cce1e92e4"}, + {file = "botocore-1.35.90.tar.gz", hash = "sha256:f007f58e8e3c1ad0412a6ddfae40ed92a7bca571c068cb959902bcf107f2ae48"}, ] [package.dependencies] @@ -4566,4 +4566,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d417c437c03adead601e3efe07224f57d019510866cfdb0221dd63bb5a1e5ba0" +content-hash = "044570e358327c1130e4a4c20fc796734f6e376b33fc8c4623dc1668a6b25e22" diff --git a/pyproject.toml b/pyproject.toml index 93212a6816a..1e53ddd2a5d 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.24.0" boto3 = "1.35.76" -botocore = "1.35.80" +botocore = "1.35.90" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.155.0"