forked from orbit-oss/flask
update werkzeug requirement
This commit is contained in:
parent
4be9f52142
commit
8e33b7b3e2
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Version 2.3.3
|
||||||
Unreleased
|
Unreleased
|
||||||
|
|
||||||
- Python 3.12 compatibility.
|
- Python 3.12 compatibility.
|
||||||
- Update Werkzeug requirement to >=2.3.5.
|
- Require Werkzeug >= 2.3.6.
|
||||||
- Refactor how an app's root and instance paths are determined. :issue:`5160`
|
- Refactor how an app's root and instance paths are determined. :issue:`5160`
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Werkzeug>=2.3.5",
|
"Werkzeug>=2.3.6",
|
||||||
"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