Skip to content

Commit

Permalink
Bump aioboto3 from 11.2.0 to 12.0.0
Browse files Browse the repository at this point in the history
Bumps [aioboto3](https://github.com/terrycain/aioboto3) from 11.2.0 to 12.0.0.
- [Changelog](https://github.com/terrycain/aioboto3/blob/main/CHANGELOG.rst)
- [Commits](terricain/aioboto3@v11.2.0...v12.0.0)

---
updated-dependencies:
- dependency-name: aioboto3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent cc31d07 commit 9ce1f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def readme():
"boto3": [
"botocore==1.29.76",
"aiobotocore==2.5.0",
"aioboto3==11.2.0"
"aioboto3==12.0.0"
],
"cassandra": [
"cassandra-driver==3.25.0",
Expand Down Expand Up @@ -269,7 +269,7 @@ def readme():
"deltalake==0.12.0",
"botocore==1.29.76",
"aiobotocore==2.5.0",
"aioboto3==11.2.0"
"aioboto3==12.0.0"
]
},
tests_require=[
Expand Down

0 comments on commit 9ce1f86

Please sign in to comment.