From 13e98d273a2a89adae71d74d1fe4bd554165188e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:09:34 +0000 Subject: [PATCH] Bump botocore from 1.35.76 to 1.35.81 Bumps [botocore](https://github.com/boto/botocore) from 1.35.76 to 1.35.81. - [Commits](https://github.com/boto/botocore/compare/1.35.76...1.35.81) --- 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 340cfcc..7614664 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "blinker" @@ -32,13 +32,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.76" +version = "1.35.81" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.76-py3-none-any.whl", hash = "sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af"}, - {file = "botocore-1.35.76.tar.gz", hash = "sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13"}, + {file = "botocore-1.35.81-py3-none-any.whl", hash = "sha256:a7b13bbd959bf2d6f38f681676aab408be01974c46802ab997617b51399239f7"}, + {file = "botocore-1.35.81.tar.gz", hash = "sha256:564c2478e50179e0b766e6a87e5e0cdd35e1bc37eb375c1cf15511f5dd13600d"}, ] [package.dependencies] @@ -356,4 +356,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b05c107c62aa2fe31462a954624636da89ba3255b3446ded2a7a518f8d56a431" +content-hash = "dedcee0c9bb6b3ac1c387240174b29c676fe0fc3fd8fbb36baa3b27a0ea8148f" diff --git a/pyproject.toml b/pyproject.toml index d8dc787..fcc34ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python = "^3.10" flask = "^3.1.0" boto3 = "^1.35.76" gunicorn = "^23.0.0" -botocore = "^1.35.76" +botocore = "^1.35.81" humanize = "^4.11.0" [tool.poetry.group.dev.dependencies]