Skip to content

Commit 8aa748c

Browse files
Update chardet requirement from <3.1,>=3.0 to >=3.0,<5.3 (#1293)
Updates the requirements on [chardet](https://github.com/chardet/chardet) to permit the latest version. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](chardet/chardet@3.0.0...5.2.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9363d09 commit 8aa748c

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
@@ -11,7 +11,7 @@ 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
1212
patool>=1.12,<3.2 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
1313
bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/
14-
chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet
14+
chardet>=3.0,<5.3 # https://pypi.python.org/pypi/chardet
1515
babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html
1616
pyxdg>=0.26,<0.29 # https://freedesktop.org/wiki/Software/pyxdg/
1717
Jinja2>=2.10,<2.11 # http://jinja.pocoo.org/docs/latest/changelog/

0 commit comments

Comments
 (0)