Skip to content

Commit d2b3a1f

Browse files
Bump chardet from 5.2.0 to 7.4.1
Bumps [chardet](https://github.com/chardet/chardet) from 5.2.0 to 7.4.1. - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](chardet/chardet@5.2.0...7.4.1) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18efb50 commit d2b3a1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backports.ssl_match_hostname==3.7.0.1
55
bcrypt==4.3.0
66
beautifulsoup4==4.13.5
77
certifi==2026.1.4
8-
chardet==5.2.0
8+
chardet==7.4.1
99
charset-normalizer==3.4.4
1010
coverage==7.9.2
1111
gevent==25.8.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"backports.ssl-match-hostname==3.7.0.1", # required by tornado<5.0
2929
"patool>=1.12,<4.1", # https://github.com/wummel/patool/blob/master/doc/changelog.txt
3030
"bcrypt>=3.1,<4.4", # https://github.com/pyca/bcrypt/
31-
"chardet>=3.0,<5.3", # https://pypi.python.org/pypi/chardet
31+
"chardet>=3.0,<7.5", # https://pypi.python.org/pypi/chardet
3232
"babel==2.12.1", # http://babel.pocoo.org/en/latest/changelog.html
3333
"pyxdg>=0.26,<0.29", # https://freedesktop.org/wiki/Software/pyxdg/
3434
"Jinja2==3.1.6", # https://jinja.palletsprojects.com/en/stable/changes/

0 commit comments

Comments
 (0)