From afa052236964a089467369cb099bd16426be53ce Mon Sep 17 00:00:00 2001 From: Matthew Larson Date: Wed, 12 Jun 2024 12:43:07 -0500 Subject: [PATCH] requests <=2.31.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a04e137a..969213ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pyjwt", "pytz", "pyyaml", - "requests <= 2.32.2", + "requests <= 2.31.0", "requests-unixsocket", "simplejson", "s3fs", diff --git a/requirements.txt b/requirements.txt index e5b7fd71..59b2a4af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ psutil pyjwt pytz pyyaml -requests<=2.32.2 +requests<=2.31.0 requests-unixsocket simplejson s3fs