Skip to content

Commit 3124052

Browse files
Update patool requirement from <3.2,>=1.12 to >=1.12,<4.1 (#1323)
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](wummel/patool@upstream/1.12...4.0.0) --- updated-dependencies: - dependency-name: patool dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Di Luigi <williamdiluigi@gmail.com>
1 parent 6556c10 commit 3124052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gevent==24.11.1 # http://www.gevent.org/changelog.html
99
greenlet>=3.0rc1
1010
werkzeug<1.0 # https://github.com/pallets/werkzeug/blob/master/CHANGES
1111
backports.ssl-match-hostname==3.7.0.1 # required by tornado<5.0
12-
patool>=1.12,<3.2 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
12+
patool>=1.12,<4.1 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
1313
bcrypt>=3.1,<4.4 # https://github.com/pyca/bcrypt/
1414
chardet>=3.0,<5.3 # https://pypi.python.org/pypi/chardet
1515
babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html

0 commit comments

Comments
 (0)