Bump aiobotocore from 2.5.2 to 2.5.3 (#253)

Bumps [aiobotocore](https://github.com/aio-libs/aiobotocore) from 2.5.2 to 2.5.3.
- [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.5.2...2.5.3)

---
updated-dependencies:
- dependency-name: aiobotocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-08-07 08:45:56 +00:00
committed by GitHub
parent 58eece7830
commit 36aef927f9

20
poetry.lock generated
View File

@@ -2,24 +2,24 @@
[[package]]
name = "aiobotocore"
version = "2.5.2"
version = "2.5.3"
description = "Async client for aws services using botocore and aiohttp"
optional = true
python-versions = ">=3.7"
files = [
{file = "aiobotocore-2.5.2-py3-none-any.whl", hash = "sha256:337429ffd3cc367532572d40be809a84c7b5335f3f8eca2f23e09dfaa9a9ef90"},
{file = "aiobotocore-2.5.2.tar.gz", hash = "sha256:e7399f21570db1c287f1c0c814dd3475dfe1c8166722e2c77ce67f172cbcfa89"},
{file = "aiobotocore-2.5.3-py3-none-any.whl", hash = "sha256:50caff54a0035835714240210f2fe4ad3fa9dcdcc2368bfd05e742e346d01aea"},
{file = "aiobotocore-2.5.3.tar.gz", hash = "sha256:a6249a84a18448dd36080f294f70ee24304fb138194a8d3bbca3fa6f33aab750"},
]
[package.dependencies]
aiohttp = ">=3.3.1,<4.0.0"
aioitertools = ">=0.5.1,<1.0.0"
botocore = ">=1.29.161,<1.29.162"
botocore = ">=1.31.17,<1.31.18"
wrapt = ">=1.10.10,<2.0.0"
[package.extras]
awscli = ["awscli (>=1.27.161,<1.27.162)"]
boto3 = ["boto3 (>=1.26.161,<1.26.162)"]
awscli = ["awscli (>=1.29.17,<1.29.18)"]
boto3 = ["boto3 (>=1.28.17,<1.28.18)"]
[[package]]
name = "aiohttp"
@@ -260,13 +260,13 @@ css = ["tinycss2 (>=1.1.0,<1.2)"]
[[package]]
name = "botocore"
version = "1.29.161"
version = "1.31.17"
description = "Low-level, data-driven core of boto 3."
optional = true
python-versions = ">= 3.7"
files = [
{file = "botocore-1.29.161-py3-none-any.whl", hash = "sha256:b906999dd53dda2ef0ef6f7f55fcc81a4b06b9f1c8a9f65c546e0b981f959f5f"},
{file = "botocore-1.29.161.tar.gz", hash = "sha256:a50edd715eb510343e27849f36483804aae4b871590db4d4996aa53368dcac40"},
{file = "botocore-1.31.17-py3-none-any.whl", hash = "sha256:6ac34a1d34aa3750e78b77b8596617e2bab938964694d651939dba2cbde2c12b"},
{file = "botocore-1.31.17.tar.gz", hash = "sha256:396459065dba4339eb4da4ec8b4e6599728eb89b7caaceea199e26f7d824a41c"},
]
[package.dependencies]
@@ -275,7 +275,7 @@ python-dateutil = ">=2.1,<3.0.0"
urllib3 = ">=1.25.4,<1.27"
[package.extras]
crt = ["awscrt (==0.16.9)"]
crt = ["awscrt (==0.16.26)"]
[[package]]
name = "botocore-stubs"