From 6bebd197f959173da9bafaf2bb449c18387466d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:34:49 +0000 Subject: [PATCH] Update werkzeug requirement from <0.17,>=0.16 to >=0.16,<3.2 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.16.0...3.1.1) --- 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 d6c04249d..5a7c863cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ requests>=2.22,<2.23 # https://pypi.python.org/pypi/requests gevent==20.12.0 # http://www.gevent.org/changelog.html # Limit greenlet version for binary compatibility with gevent 20.12 wheels greenlet==1.0.0 -werkzeug>=0.16,<0.17 # https://github.com/pallets/werkzeug/blob/master/CHANGES +werkzeug>=0.16,<3.2 # https://github.com/pallets/werkzeug/blob/master/CHANGES patool>=1.12,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt bcrypt>=3.1,<3.2 # https://github.com/pyca/bcrypt/ chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet