Skip to content

Commit

Permalink
chore(deps): bump docker from 5.0.3 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [docker](https://github.com/docker/docker-py) from 5.0.3 to 7.0.0.
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](docker/docker-py@5.0.3...7.0.0)

---
updated-dependencies:
- dependency-name: docker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 3, 2024
1 parent fa2829a commit 520b0ca
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.10',
requirements = ['boto3==1.20.16', 'docker==7.0.0', 'terminaltables==3.1.10',
'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.24.80']
setup_requirements = ['pytest-runner', ]
test_requirements = ['pytest>=3', ]
Expand Down

0 comments on commit 520b0ca

Please sign in to comment.