Skip to content

Commit

Permalink
pyproject.toml: Bump Werkzeug to >=2.2.2
Browse files Browse the repository at this point in the history
.. as suggested by Nate Prewitt.
  • Loading branch information
hartwork committed Dec 21, 2023
1 parent a1c79a6 commit baf0e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
'greenlet >= 3.0.0a1; python_version>="3.12.0rc0"',
'importlib-metadata; python_version<"3.8"',
"six",
"werkzeug >= 0.14.1",
"werkzeug >= 2.2.2",
]

[project.optional-dependencies]
Expand Down

0 comments on commit baf0e6e

Please sign in to comment.