From 6ae73163c657aaf1cc85cd90ce4eef23245d4173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:06:50 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump botocore from 1.42.30 to 1.42.72 Bumps [botocore](https://github.com/boto/botocore) from 1.42.30 to 1.42.72. - [Commits](https://github.com/boto/botocore/compare/1.42.30...1.42.72) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.42.72 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 898dd92..81e0997 100644 --- a/poetry.lock +++ b/poetry.lock @@ -87,14 +87,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.42.30" +version = "1.42.72" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "botocore-1.42.30-py3-none-any.whl", hash = "sha256:97070a438cac92430bb7b65f8ebd7075224f4a289719da4ee293d22d1e98db02"}, - {file = "botocore-1.42.30.tar.gz", hash = "sha256:9bf1662b8273d5cc3828a49f71ca85abf4e021011c1f0a71f41a2ea5769a5116"}, + {file = "botocore-1.42.72-py3-none-any.whl", hash = "sha256:038f34553da68df2ce70edc729f170cc198678daaad43f98649727c59f6404d4"}, + {file = "botocore-1.42.72.tar.gz", hash = "sha256:491b75eb41d46cf99cf8d6cab89f2e2c3602ce8e90d738a1da217a5fb6b2b7ef"}, ] [package.dependencies] @@ -103,7 +103,7 @@ python-dateutil = ">=2.1,<3.0.0" urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""} [package.extras] -crt = ["awscrt (==0.29.2)"] +crt = ["awscrt (==0.31.2)"] [[package]] name = "certifi"