Skip to content

Commit 07b1281

Browse files
Update werkzeug requirement from <1.0 to <4.0
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@0.1...3.1.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 587c694 commit 07b1281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ psutil>=5.5,<6.2 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
77
requests==2.32.3 # https://pypi.python.org/pypi/requests
88
gevent==24.11.1 # http://www.gevent.org/changelog.html
99
greenlet>=3.0rc1
10-
werkzeug<1.0 # https://github.com/pallets/werkzeug/blob/master/CHANGES
10+
werkzeug<4.0 # https://github.com/pallets/werkzeug/blob/master/CHANGES
1111
backports.ssl-match-hostname==3.7.0.1 # required by tornado<5.0
1212
patool>=1.12,<3.2 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
1313
bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/

0 commit comments

Comments
 (0)