Skip to content

Commit

Permalink
Chore(deps): Update aiobotocore requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [aiobotocore](https://github.com/aio-libs/aiobotocore) to permit the latest version.
- [Release notes](https://github.com/aio-libs/aiobotocore/releases)
- [Changelog](https://github.com/aio-libs/aiobotocore/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiobotocore@2.13.0...2.16.0)

---
updated-dependencies:
- dependency-name: aiobotocore
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 715e17b commit c9331f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ optional-dependencies.all = [
"lorrystream[carabas]",
]
optional-dependencies.carabas = [
"aiobotocore==2.13.*", # for async-kinesis
"aiobotocore>=2.13,<2.17", # for async-kinesis
"async-kinesis<1.2",
"aws-lambda-layer<0.6",
"boto3>=1.34,<1.36", # for async-kinesis
Expand Down

0 comments on commit c9331f4

Please sign in to comment.