From 8c4b0b584a46b3b2e5e9f25bc0dac6eee1d0222e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 12 Jun 2026 18:39:22 +0000 Subject: [PATCH] chore(deps): update dependency urllib3 to v2 [security] --- 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 b4a32f7f62..50da5b86eb 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.7.1 #https://stackoverflow.com/questions/76175361/firebase-authentication-httpresponse-object-has-no-attribute-strict-status