diff --git a/pyproject.toml b/pyproject.toml index da8cd8a..5d40755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "argon2-cffi==25.1.0", "cryptography==46.0.3", "mypy==1.19.1", - "gunicorn==24.1.1; platform_system != 'Windows'", + "gunicorn==25.0.1; platform_system != 'Windows'", "waitress==3.0.2; platform_system == 'Windows'" ] diff --git a/requirements.txt b/requirements.txt index 11839a8..518d78a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ click==8.3.1 colorama==0.4.6 cryptography==46.0.3 Flask==3.1.2 -gunicorn==24.1.1; platform_system != "Windows" +gunicorn==25.0.1; platform_system != "Windows" itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==3.0.3