Skip to content

Commit

Permalink
Bump Werkzeug 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Sep 30, 2023
1 parent 438edcd commit efe39ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Unreleased
- Restructure the code such that the Flask (app) and Blueprint
classes have Sans-IO bases. :pr:`5127`
- Allow self as an argument to url_for. :pr:`5264`
- Require Werkzeug >= 3.0.0.


Version 2.3.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"Werkzeug>=2.3.7",
"Werkzeug>=3.0.0",
"Jinja2>=3.1.2",
"itsdangerous>=2.1.2",
"click>=8.1.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests-pallets-min.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Werkzeug==2.3.7
Werkzeug==3.0.0
Jinja2==3.1.2
MarkupSafe==2.1.1
itsdangerous==2.1.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests-pallets-min.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:fe057f95a98251b053eec8fa27df0feb722c70e8
# SHA1:fbb9fae044c2e7d895de9b3d7cbb40a11a822f04
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -18,5 +18,5 @@ markupsafe==2.1.1
# -r requirements/tests-pallets-min.in
# jinja2
# werkzeug
werkzeug==2.3.7
werkzeug==3.0.0
# via -r requirements/tests-pallets-min.in

0 comments on commit efe39ae

Please sign in to comment.