bumping Werkzeug version to 3.0.3

This commit is contained in:
Gary Burns 2024-07-09 19:54:27 +00:00
parent 66af0e55ef
commit 58f1669269
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Version 3.1.1
-------------
- Require Werkzeug >= 3.0.3.
Version 3.1.0
-------------

View file

@ -21,7 +21,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"Werkzeug>=3.0.0",
"Werkzeug>=3.0.3",
"Jinja2>=3.1.2",
"itsdangerous>=2.1.2",
"click>=8.1.3",