diff --git a/pyproject.toml b/pyproject.toml index fc0fa2b..0ccc7df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,5 @@ requires-python = ">=3.14" dependencies = [ "flask>=3.1.2", "gunicorn>=23.0.0", - "pytest>=9.0.2", + "pytest>=9.0.3", ] diff --git a/requirements.txt b/requirements.txt index bfd9df1..114b3a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ blinker==1.9.0 -click==8.3.1 +click==8.3.3 flask==3.1.3 gunicorn==25.3.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