Skip to content

Commit

Permalink
chore(deps): bump boto3 from 1.20.16 to 1.34.75
Browse files Browse the repository at this point in the history
Bumps [boto3](https://github.com/boto/boto3) from 1.20.16 to 1.34.75.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.20.16...1.34.75)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 2, 2024
1 parent 4a62a97 commit e84148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open('README.md') as readme_file:
readme = readme_file.read()

requirements = ['boto3==1.20.16', 'docker==5.0.3', 'terminaltables==3.1.0',
requirements = ['boto3==1.34.75', 'docker==5.0.3', 'terminaltables==3.1.0',
'colorama==0.4.4', 'boto3-stubs[ecr,sts]==1.24.80']
setup_requirements = ['pytest-runner', ]
test_requirements = ['pytest>=3', ]
Expand Down

0 comments on commit e84148d

Please sign in to comment.