diff --git a/pyproject.toml b/pyproject.toml index 43c1072..9d42772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.13" dependencies = [ "django==5.2.13", "gitpython==3.1.49", - "gunicorn==25.3.0", + "gunicorn==26.0.0", "packaging==26.2", "protobuf==7.34.1", "psycopg==3.3.4", diff --git a/requirements.txt b/requirements.txt index e68c02e..643c4a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==5.2.13 gitpython==3.1.49 -gunicorn==25.3.0 +gunicorn==26.0.0 packaging==26.2 protobuf==7.34.1 psycopg==3.3.4