From 6d8c9190b49d054655ce7154ac9a799c6dd4e370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:30:55 +0100 Subject: [PATCH] Update patool requirement from <1.13,>=1.12 to >=1.12,<3.1 (#1264) Updates the requirements on [patool](https://github.com/wummel/patool) to permit the latest version. - [Release notes](https://github.com/wummel/patool/releases) - [Changelog](https://github.com/wummel/patool/blob/master/doc/changelog.txt) - [Commits](https://github.com/wummel/patool/compare/upstream/1.12...3.0.1) --- updated-dependencies: - dependency-name: patool dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Versari Co-authored-by: William Di Luigi --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 428c6b16da..bde9a48daf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ gevent==23.9.0.post1 # http://www.gevent.org/changelog.html greenlet>=3.0rc1 werkzeug<1.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,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt +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/ chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html