update werkzeug requirement

This commit is contained in:
David Lord 2023-06-09 09:41:17 -07:00
parent 4be9f52142
commit 8e33b7b3e2
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ Version 2.3.3
Unreleased
- Python 3.12 compatibility.
- Update Werkzeug requirement to >=2.3.5.
- Require Werkzeug >= 2.3.6.
- Refactor how an app's root and instance paths are determined. :issue:`5160`

View file

@ -19,7 +19,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"Werkzeug>=2.3.5",
"Werkzeug>=2.3.6",
"Jinja2>=3.1.2",
"itsdangerous>=2.1.2",
"click>=8.1.3",