Skip to content

Commit 3ee632c

Browse files
authored
Replace workaround for docker-py breakage with a proper fix (#318)
This commit pushes docker-py *a lot* versions forward, but we still keep Python 3.7 as oldest supported. See e51746f See docker/docker-py#3113
1 parent c0e118e commit 3ee632c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"colorama",
26-
"docker>=3.0.0",
26+
"docker>=6.1.0",
2727
"humanfriendly",
2828
"importlib-metadata>=1.0;python_version<'3.8'",
2929
"Jinja2>=2.11.3",
3030
"packaging>=19.1",
3131
"psutil",
3232
"termcolor",
33-
# Workaround for https://github.com/docker/docker-py/issues/3113
34-
"urllib3<2",
3533
]
3634

3735
[project.urls]

0 commit comments

Comments
 (0)