From 9654a339f63cb3cdad13b5753f5ef7507cf7d316 Mon Sep 17 00:00:00 2001 From: Cheikh Gueye Wane Date: Mon, 1 Jul 2024 08:29:54 +0000 Subject: [PATCH] fix(Dev): pin requests version to 2.31.0 (#759) --- requirements.in | 3 +++ requirements.txt | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 7bb3440cb..4104ca2d8 100644 --- a/requirements.in +++ b/requirements.in @@ -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 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 886ef6b57..f9ba91997 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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