Skip to content

Commit ead2211

Browse files
ThomasWaldmannUlrichB22
authored andcommitted
require Flask >= 3, Werkzeug >= 3, fixes #1659
1 parent ade24e1 commit ead2211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"docutils >= 0.18.1", # reST markup processing
4141
"Markdown >= 3.4.1", # Markdown markup processing
4242
"mdx_wikilink_plus >= 1.4.1", # Markdown Wikilinks extension
43-
"Flask < 3.0.0", # lightweight WSGI web application framework
43+
"Flask >= 3.0.0", # lightweight WSGI web application framework
4444
"Flask-Babel >= 3.0.0", # i18n support
4545
"Flask-Caching >= 1.2.0", # caching support
4646
"Flask-Theme >= 0.3.6", # theme support
@@ -50,7 +50,7 @@ dependencies = [
5050
"Jinja2 >= 3.1.0", # template engine
5151
"markupsafe <= 2.2.0", # safe html and xml
5252
"pygments >= 1.4", # src code / text file highlighting
53-
"Werkzeug >= 2.3.7", # wsgi toolkit
53+
"Werkzeug >= 3.0.0", # WSGI toolkit
5454
"whoosh >= 2.7.0", # needed for indexed search
5555
"pdfminer.six", # pdf -> text/plain conversion
5656
"passlib >= 1.6.0", # strong password hashing (1.6 needed for consteq)

0 commit comments

Comments
 (0)