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`