diff --git a/pyproject.toml b/pyproject.toml index d45d218..670384f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ debug = [ "IPython==9.0.2" ] prod = [ - "gunicorn[gthread]==23.0.0", + "gunicorn[gthread]==24.1.1", "psycopg[c]==3.3.2" ]