From a9eb1852896a3b722eb3a713cc3cac0fa08fabcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:19:41 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /run/idp-sql Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 a0dab9a5cc1..7fe5bc56507 100644 --- a/run/idp-sql/requirements.txt +++ b/run/idp-sql/requirements.txt @@ -1,7 +1,7 @@ Flask==3.0.3 SQLAlchemy==2.0.24 pg8000==1.31.2 -gunicorn==22.0.0 +gunicorn==23.0.0 firebase-admin==6.6.0 structlog==25.1.0 urllib3<2.0.0 #https://stackoverflow.com/questions/76175361/firebase-authentication-httpresponse-object-has-no-attribute-strict-status