update werkzeug to 2.3.5

This commit is contained in:
David Lord 2023-06-07 13:09:07 -07:00
parent 84e11a1e82
commit ed8ddb6a3a
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 5 additions and 4 deletions

View file

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