Bump Werkzeug 3.0.0

This commit is contained in:
pgjones 2023-09-30 15:08:50 +01:00 committed by Phil Jones
parent 438edcdf01
commit 3252f2bc54
4 changed files with 5 additions and 4 deletions

View file

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