Skip to content

Commit

Permalink
Update docker requirement from <7.0,>=4.0 to >=4.0,<8.0
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@4.0.0...7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent ff5a124 commit 127f5a7
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
Expand Up @@ -10,7 +10,7 @@ coolname >= 1.0.4, < 3.0.0
croniter >= 1.0.12, < 2.0.0
cryptography >= 36.0.1
dateparser >= 1.1.1, < 2.0.0
docker >= 4.0, < 7.0
docker >= 4.0, < 8.0
fsspec >= 2022.5.0
graphviz >= 0.20.1
griffe >= 0.20.0
Expand Down

0 comments on commit 127f5a7

Please sign in to comment.