Skip to content

Commit

Permalink
core: services: versionchooser: setup: Fix werkzeug version
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed May 3, 2023
1 parent 1e16a5b commit 7d2dfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/versionchooser/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"appdirs == 1.4.4",
"pytest-asyncio == 0.14.0",
"asyncmock == 0.4.2",
"werkzeug >= 2.0.0",
"werkzeug == 2.2.3",
"attrs == 20.3.0",
"jinja2 == 3.0.3",
"itsdangerous == 2.1.1",
Expand Down

0 comments on commit 7d2dfbc

Please sign in to comment.