Skip to content

Commit

Permalink
Update werkzeug requirement from <1.0 to <4.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 52dcf07 commit c5a5ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ psutil>=5.5,<5.6 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
requests==2.32.3 # https://pypi.python.org/pypi/requests
gevent==24.11.1 # http://www.gevent.org/changelog.html
greenlet>=3.0rc1
werkzeug<1.0 # https://github.com/pallets/werkzeug/blob/master/CHANGES
werkzeug<4.0 # https://github.com/pallets/werkzeug/blob/master/CHANGES
backports.ssl-match-hostname==3.7.0.1 # required by tornado<5.0
patool>=1.12,<3.1 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/
Expand Down

0 comments on commit c5a5ce5

Please sign in to comment.