Skip to content

Commit

Permalink
Pin requests version to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed May 22, 2024
1 parent c759664 commit c86e136
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion requirements-win-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c86e136

Please sign in to comment.