diff --git a/requirements-ci.txt b/requirements-ci.txt index 08592f03..2294b51d 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -5,7 +5,10 @@ pytest==7.4.3 pytest-cov==4.1.0 pytest-asyncio==0.21.1 pytest-mock==3.12.0 -docker==6.1.3 +docker==7.0.0 +# TODO Remove this pi after update of `docker` +# https://github.com/docker/docker-py/pull/3257 +requests==2.31.0 docutils==0.20.1 Pygments==2.15.0 gssapi==1.8.3 diff --git a/requirements-win-test.txt b/requirements-win-test.txt index 6a781e65..2fb51acd 100644 --- a/requirements-win-test.txt +++ b/requirements-win-test.txt @@ -5,5 +5,8 @@ pytest==7.4.3 pytest-cov==4.1.0 pytest-asyncio==0.21.1 pytest-mock==3.12.0 -docker==6.1.3 +docker==7.0.0 +# TODO Remove this pi after update of `docker` +# https://github.com/docker/docker-py/pull/3257 +requests==2.31.0 cramjam==2.8.0