Skip to content

Commit 28ca466

Browse files
Update werkzeug requirement from <3,>=2 to >=2,<4
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@2.0.0...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aab32a2 commit 28ca466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"Flask-WTF>=0.14.3,<2",
4141
"WTForms>=2.3.1,<3.2",
4242
"Flask>=2,<3",
43-
"Werkzeug>=2,<3",
43+
"Werkzeug>=2,<4",
4444
"itsdangerous>=2,<3",
4545
"Jinja2>=3,<4",
4646
"qrcode>=7.1,<8",

0 commit comments

Comments
 (0)