From bb185a076ffc0ca706bd91a3a9f4510eb9234812 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 8 Apr 2026 22:30:45 +0000 Subject: [PATCH] Update dependency urllib3 to v2 --- run/idp-sql/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/idp-sql/requirements.txt b/run/idp-sql/requirements.txt index a60c4dbc2d2..ff10482b8d4 100644 --- a/run/idp-sql/requirements.txt +++ b/run/idp-sql/requirements.txt @@ -4,4 +4,4 @@ pg8000==1.31.5 gunicorn==23.0.0 firebase-admin==7.0.0 structlog==25.1.0 -urllib3<2.0.0 #https://stackoverflow.com/questions/76175361/firebase-authentication-httpresponse-object-has-no-attribute-strict-status +urllib3<2.6.4 #https://stackoverflow.com/questions/76175361/firebase-authentication-httpresponse-object-has-no-attribute-strict-status