Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 37af99f commit 38bdb04
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.34.84', 'docker==7.0.0', 'terminaltables==3.1.10',
requirements = ['boto3==1.34.109', 'docker==7.0.0', 'terminaltables==3.1.10',
'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.34.84']
setup_requirements = ['pytest-runner', ]
test_requirements = ['pytest>=3', ]
Expand Down

0 comments on commit 38bdb04

Please sign in to comment.