Skip to content

Commit

Permalink
fix(tests): Unpin requests and bump docker (#146)
Browse files Browse the repository at this point in the history
* Unpin requests and bump docker

* Change requests from 2.31 to 2.32
  • Loading branch information
lucashuy authored May 31, 2024
1 parent f47ef71 commit 62d126e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#docker minor version updates can include breaking changes. Auto update micro version only.
# TODO: lucashuy
# revisit the docker pin when docker fixes the below request issue
docker~=4.2.0
# docker minor version updates can include breaking changes. Auto update micro version only.
docker~=7.1.0
pylint~=2.6.0
urllib3<2
# TODO: lucashuy
# pin requests until https://github.com/docker/docker-py/issues/3256 is fixed
requests<2.32
requests~=2.32.0

# Test requirements
pytest==7.3.1
Expand Down

0 comments on commit 62d126e

Please # to comment.