diff --git a/pyproject.toml b/pyproject.toml index 83eaed7..93c0e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "itsdangerous==2.2.0", "Jinja2==3.1.6", "MarkupSafe==3.0.3", - "Werkzeug==3.1.5", + "Werkzeug==3.1.6", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 1aa8ccc..c0de20b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask==3.1.2 itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==3.0.3 -Werkzeug==3.1.5 +Werkzeug==3.1.6 pylint>=3.0.0 flake8>=7.0.0 pytest>=7.4.4