diff --git a/pyproject.toml b/pyproject.toml index fc0fa2b..8d5504f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,6 @@ readme = "README.md" requires-python = ">=3.14" dependencies = [ "flask>=3.1.2", - "gunicorn>=23.0.0", - "pytest>=9.0.2", + "gunicorn>=26.0.0", + "pytest>=9.0.3", ] diff --git a/requirements.txt b/requirements.txt index bfd9df1..ce13f6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ blinker==1.9.0 -click==8.3.1 +click==8.4.1 flask==3.1.3 -gunicorn==25.3.0 +gunicorn==26.0.0 iniconfig==2.3.0 itsdangerous==2.2.0 jinja2==3.1.6 markupsafe==3.0.3 -packaging==26.0 +packaging==26.2 pluggy==1.6.0 pygments==2.20.0 -pytest==9.0.2 -werkzeug==3.1.7 +pytest==9.0.3 +werkzeug==3.1.8