From c5a5ce5f6f9a148b425fe54c7bb936212b153507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:56:30 +0000 Subject: [PATCH] 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](https://github.com/pallets/werkzeug/compare/0.1...3.1.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2333b98f5..3e191cce05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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/