From 2aea657473f55c2bfe48379bfa5b9fd83c74eb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:00:38 +0000 Subject: [PATCH] Bump botocore from 1.35.68 to 1.35.76 Bumps [botocore](https://github.com/boto/botocore) from 1.35.68 to 1.35.76. - [Commits](https://github.com/boto/botocore/compare/1.35.68...1.35.76) --- 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 d212ff4..a760df0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -32,13 +32,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.68" +version = "1.35.76" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.68-py3-none-any.whl", hash = "sha256:599139d5564291f5be873800711f9e4e14a823395ae9ce7b142be775e9849b94"}, - {file = "botocore-1.35.68.tar.gz", hash = "sha256:42c3700583a82f2b5316281a073d644a521d6358837e2b446dc458ba5d990fb4"}, + {file = "botocore-1.35.76-py3-none-any.whl", hash = "sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af"}, + {file = "botocore-1.35.76.tar.gz", hash = "sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13"}, ] [package.dependencies] @@ -356,4 +356,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "50af09e703c3dcf288e74abe2e7a919410cee52bb14cf4b6da41815abae88255" +content-hash = "0de17932e28a187c824898f0c3fd8c3db1d2ff63cbb032e5d1851032ef354da3" diff --git a/pyproject.toml b/pyproject.toml index b28451f..c3c57c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python = "^3.10" flask = "^3.1.0" boto3 = "^1.35.54" gunicorn = "^23.0.0" -botocore = "^1.35.68" +botocore = "^1.35.76" humanize = "^4.11.0" [tool.poetry.group.dev.dependencies]