Bump aiobotocore from 2.5.4 to 2.6.0 (#268)

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

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

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-28 09:04:05 +00:00
committed by GitHub
parent daea1a4b66
commit 762c677786

8
poetry.lock generated
View File

@@ -2,17 +2,17 @@
[[package]] [[package]]
name = "aiobotocore" name = "aiobotocore"
version = "2.5.4" version = "2.6.0"
description = "Async client for aws services using botocore and aiohttp" description = "Async client for aws services using botocore and aiohttp"
optional = true optional = true
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "aiobotocore-2.5.4-py3-none-any.whl", hash = "sha256:4b32218728ca3d0be83835b604603a0cd6c329066e884bb78149334267f92440"}, {file = "aiobotocore-2.6.0-py3-none-any.whl", hash = "sha256:0186e6a843364748cdbbf76ee98e9337c44f71a4e694ad1b110d5c516fbce909"},
{file = "aiobotocore-2.5.4.tar.gz", hash = "sha256:60341f19eda77e41e1ab11eef171b5a98b5dbdb90804f5334b6f90e560e31fae"}, {file = "aiobotocore-2.6.0.tar.gz", hash = "sha256:4805d0140bdfa17bfc2d0ba1243c8cc4273e927201fca5cf2e497c0004a9fab7"},
] ]
[package.dependencies] [package.dependencies]
aiohttp = ">=3.3.1,<4.0.0" aiohttp = ">=3.7.4.post0,<4.0.0"
aioitertools = ">=0.5.1,<1.0.0" aioitertools = ">=0.5.1,<1.0.0"
botocore = ">=1.31.17,<1.31.18" botocore = ">=1.31.17,<1.31.18"
wrapt = ">=1.10.10,<2.0.0" wrapt = ">=1.10.10,<2.0.0"