Skip to content

Commit

Permalink
fix(Dev): pin requests version to 2.31.0 (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheikhgwane authored Jul 1, 2024
1 parent a0f89d5 commit 9654a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ docker==7.1.0
# (unpin or update with great caution, subtle issues can arise with new versions)
rasterio
rio-cogeo

# need to pin requests to < 2.32 to avoid breaking docker-py
requests==2.31.0
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements.txt requirements.in
Expand Down Expand Up @@ -114,7 +114,6 @@ geopandas==0.14.1
# via -r requirements.in
google-api-core[grpc]==2.15.0
# via
# google-api-core
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-iam
Expand Down Expand Up @@ -280,7 +279,7 @@ rasterio==1.3.9
# via
# -r requirements.in
# rio-cogeo
requests==2.32.0
requests==2.31.0
# via
# dhis2-py
# docker
Expand Down

0 comments on commit 9654a33

Please sign in to comment.