diff --git a/poetry.lock b/poetry.lock index 9a6331b..a64420a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -768,13 +768,13 @@ grpc = ["grpcio (>=1.44.0,<2.0.0.dev0)"] [[package]] name = "gunicorn" -version = "22.0.0" +version = "23.0.0" description = "WSGI HTTP Server for UNIX" optional = false python-versions = ">=3.7" files = [ - {file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"}, - {file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"}, + {file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"}, + {file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"}, ] [package.dependencies] 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"