diff --git a/poetry.lock b/poetry.lock index 26e0e636f..43bad1df3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1213,13 +1213,13 @@ test = ["objgraph", "psutil"] [[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] @@ -3335,4 +3335,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "4bfe61f55ad1a3948ec5c5bcdadc2dfe9e5d2d28dead0e3532b35982d603a952" +content-hash = "0518abd177ab9bde662477d4cd1f969c15b8f6294ef757cf20b33393dc995c9f" diff --git a/pyproject.toml b/pyproject.toml index 1cdd6f99f..3f30bb220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ flask-sitemap = "0.4.0" flask-sqlalchemy = "3.0.3" flask-wtf = "1.2.1" google-api-python-client = "2.127.0" -gunicorn = "22.0.0" +gunicorn = "23.0.0" pillow = "10.3.0" psycopg2-binary = "2.9.9" python-dateutil = "2.9.0.post0"