Skip to content

Commit

Permalink
Update docker requirement from <7,>=3.7.2 to >=3.7.2,<8 (#4713)
Browse files Browse the repository at this point in the history
Updates the requirements on [docker](https://github.com/docker/docker-py) to permit the latest version.
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](docker/docker-py@3.7.2...7.0.0)

---
updated-dependencies:
- dependency-name: docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 36deda2 commit 070ae22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dill>=0.3.2, <0.4
requests>=2, <3
docker>=3.7.2, <7
docker>=3.7.2, <8
# Work around https://github.com/docker/docker-py/issues/3113
urllib3>=1.26.0,<3
python-dateutil
Expand Down

0 comments on commit 070ae22

Please sign in to comment.