Skip to content

Commit

Permalink
fix: Pin requests until docker package is updated (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashuy authored May 21, 2024
1 parent 7170896 commit f47ef71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#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
pylint~=2.6.0
urllib3<2
# TODO: lucashuy
# pin requests until https://github.com/docker/docker-py/issues/3256 is fixed
requests<2.32

# Test requirements
pytest==7.3.1
Expand Down

0 comments on commit f47ef71

Please sign in to comment.