bumping Werkzeug version to 3.0.3
This commit is contained in:
parent
66af0e55ef
commit
58f1669269
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
Version 3.1.1
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Require Werkzeug >= 3.0.3.
|
||||||
|
|
||||||
Version 3.1.0
|
Version 3.1.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Werkzeug>=3.0.0",
|
"Werkzeug>=3.0.3",
|
||||||
"Jinja2>=3.1.2",
|
"Jinja2>=3.1.2",
|
||||||
"itsdangerous>=2.1.2",
|
"itsdangerous>=2.1.2",
|
||||||
"click>=8.1.3",
|
"click>=8.1.3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue