Skip to content

Commit cc80d2b

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 2125d5e commit cc80d2b

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,<5.6 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
77
requests==2.32.3 # https://pypi.python.org/pypi/requests
88
gevent==23.9.0.post1 # 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,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
1313
bcrypt>=3.1,<3.2 # https://github.com/pyca/bcrypt/

0 commit comments

Comments
 (0)