Skip to content

Commit 0ddd655

Browse files
authored
Fixed docker-py & requests issue (#316)
* Reverted #313 * docker = "^7.0.0" -> docker = "^7.1.0" * poetry lock --no-update
1 parent 0e79e47 commit 0ddd655

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,10 @@ python-memcached = { version = "*", optional = true }
8080
python = ">=3.8,<4.0"
8181
retry = ">=0.9.2"
8282
pytest-docker-tools = ">=3.1.3"
83-
docker = "^7.0.0"
83+
docker = "^7.1.0"
8484
psutil = ">=5.9.7"
8585
setuptools = ">=69.1.0"
8686
debugpy = "^1.8.1"
87-
# Temporary fix until requests is fixed - to be reverted afterwards:
88-
# https://github.com/docker/docker-py/issues/3256
89-
requests = "2.31.0"
9087

9188
[tool.poetry.extras]
9289
all = ["redis", "python-memcached"]

0 commit comments

Comments
 (0)