From ca6d915e56144a5d3baae5f3d88b1501c33c4c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 05:56:06 +0000 Subject: [PATCH] Bump aiobotocore from 2.21.0 to 2.21.1 Bumps [aiobotocore](https://github.com/aio-libs/aiobotocore) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/aio-libs/aiobotocore/releases) - [Changelog](https://github.com/aio-libs/aiobotocore/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiobotocore/compare/2.21.0...2.21.1) --- updated-dependencies: - dependency-name: aiobotocore dependency-type: direct:development 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 8d09985..b6001c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "aiobotocore" -version = "2.21.0" +version = "2.21.1" description = "Async client for aws services using botocore and aiohttp" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "aiobotocore-2.21.0-py3-none-any.whl", hash = "sha256:05b4e29690a07913297686d819dc8dac341a5361f14fedf444bdd77ae1e36554"}, - {file = "aiobotocore-2.21.0.tar.gz", hash = "sha256:03d64a41e313ebce76fd7c3e4c854e560032ac5cf71f4d5072616ca6fb9701b5"}, + {file = "aiobotocore-2.21.1-py3-none-any.whl", hash = "sha256:bd7c49a6d6f8a3d9444b0a94417c8da13813b5c7eec1c4f0ec2db7e8ce8f23e7"}, + {file = "aiobotocore-2.21.1.tar.gz", hash = "sha256:010357f43004413e92a9d066bb0db1f241aeb29ffed306e9197061ffc94e6577"}, ] [package.dependencies] @@ -2281,4 +2281,4 @@ opentelemetry = ["botocore", "fastapi", "opentelemetry-api", "opentelemetry-expo [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "6687c727c53f99288649edc42abe1f0fafbba400980abc8c03f199663e620fb2" +content-hash = "f4ad3057aaf9d18f474decee6a2de3158dd89fb6289cf1f657c67312e51d029f" diff --git a/pyproject.toml b/pyproject.toml index c2d8e80..e11684c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ ruff = ">=0.7.0" pytest-ruff = "^0.4.1" fakeredis = "^2.25.1" pytest-httpx = "^0.34.0" -aiobotocore = "^2.19.0" +aiobotocore = "^2.21.1" uvicorn = "^0.34.0" [tool.poetry.extras]