Skip to content

Commit

Permalink
Merge pull request #47 from glasswalk3r/dependabot/pip/boto3-1.34.137
Browse files Browse the repository at this point in the history
chore(deps): bump boto3 from 1.34.132 to 1.34.137
  • Loading branch information
glasswalk3r committed Jul 3, 2024
2 parents 1a36b6e + 89b5e1c commit 31f15dd
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.132', 'docker==7.1.0', 'terminaltables==3.1.10',
requirements = ['boto3==1.34.137', 'docker==7.1.0', 'terminaltables==3.1.10',
'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.34.131']
setup_requirements = ['pytest-runner', ]
test_requirements = ['pytest>=3', ]
Expand Down

0 comments on commit 31f15dd

Please sign in to comment.