From 038a60930842a00449e28fa6222dc697a56771d6 Mon Sep 17 00:00:00 2001
From: chausman <chausman@nrao.edu>
Date: Mon, 8 May 2023 11:16:43 -0600
Subject: [PATCH] pin requests version to real range

---
 apps/cli/executables/pexable/productfetcher/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/cli/executables/pexable/productfetcher/setup.py b/apps/cli/executables/pexable/productfetcher/setup.py
index 9f146aab6..87f80b740 100644
--- a/apps/cli/executables/pexable/productfetcher/setup.py
+++ b/apps/cli/executables/pexable/productfetcher/setup.py
@@ -34,7 +34,7 @@ requires = [
     "beautifulsoup4>=4.9.1,<5.0",
     "lxml>=4.3.2,<5.0",
     "psycopg2>=2.8.5,<3.0",
-    "requests>=2.23,<3.0",
+    "requests>=2.23,<2.30.0",
     "requests-mock",
     "marshmallow",
     "pex==2.1.119",
-- 
GitLab