From c3c664f26c3c55f257178846e48df9750f103a69 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 May 2023 22:46:37 +0000 Subject: [PATCH] chore(deps): 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 9d8e82cd640..878295fe15c 100644 --- a/run/idp-sql/requirements.txt +++ b/run/idp-sql/requirements.txt @@ -4,4 +4,4 @@ pg8000==1.29.4 gunicorn==20.1.0 firebase-admin==6.1.0 structlog==22.1.0 -urllib3<2.0.0 #https://stackoverflow.com/questions/76175361/firebase-authentication-httpresponse-object-has-no-attribute-strict-status \ No newline at end of file +urllib3<2.0.3 #https://stackoverflow.com/questions/76175361/firebase-authentication-httpresponse-object-has-no-attribute-strict-status \ No newline at end of file