bump werkzeug 2.3.7 (#5231)

This commit is contained in:
David Lord 2023-08-21 09:42:21 -07:00 committed by GitHub
commit 90967ccb9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 50 additions and 36 deletions

View file

@ -14,7 +14,7 @@ Version 2.3.3
Unreleased
- Python 3.12 compatibility.
- Require Werkzeug >= 2.3.6.
- Require Werkzeug >= 2.3.7.
- Use ``flit_core`` instead of ``setuptools`` as build backend.
- Refactor how an app's root and instance paths are determined. :issue:`5160`