From 1dbba0dcd043924c55912d6754475e1e3dbc3a42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:36:44 +0000 Subject: [PATCH] Update dependency gunicorn to v23 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7edd248..8b21bed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ google-cloud-storage==2.18.1 ; python_version >= "3.10" and python_version < "4. google-crc32c==1.5.0 ; python_version >= "3.10" and python_version < "4.0" google-resumable-media==2.7.2 ; python_version >= "3.10" and python_version < "4.0" googleapis-common-protos==1.63.2 ; python_version >= "3.10" and python_version < "4.0" -gunicorn==22.0.0 ; python_version >= "3.10" and python_version < "4.0" +gunicorn==23.0.0 ; python_version >= "3.10" and python_version < "4.0" idna==3.7 ; python_version >= "3.10" and python_version < "4.0" importlib-metadata==8.2.0 ; python_version >= "3.10" and python_version < "3.12" iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0"