Skip to content

Commit

Permalink
Bump the minimal required version of docker and remove dependency on six
Browse files Browse the repository at this point in the history
  • Loading branch information
WouldYouKindly committed Jan 17, 2022
1 parent 0511b09 commit ff5465e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ classifiers = [
python = "^3.7"
pytest = ">=5.0"
requests = ">=2.22.0"
docker = ">=4.2.0"
docker = ">=5.0.3"
typing_extensions = ">=3.7.4"
# docker==5.0 needs six but doesn't require it as a dependency
# https://github.com/docker/docker-py/issues/2842
six = ">=1.15.0"

[tool.poetry.dev-dependencies]
flake8 = ">=3.7.7"
Expand Down

0 comments on commit ff5465e

Please sign in to comment.