Skip to content

Commit 96625e3

Browse files
Bump chardet from 5.2.0 to 7.4.2
Bumps [chardet](https://github.com/chardet/chardet) from 5.2.0 to 7.4.2. - [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.2) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cf7674 commit 96625e3

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.2
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
@@ -29,7 +29,7 @@ dependencies = [
2929
"backports.ssl-match-hostname==3.7.0.1", # required by tornado<5.0
3030
"patool>=1.12,<4.1", # https://github.com/wummel/patool/blob/master/doc/changelog.txt
3131
"bcrypt>=3.1,<4.4", # https://github.com/pyca/bcrypt/
32-
"chardet>=3.0,<5.3", # https://pypi.python.org/pypi/chardet
32+
"chardet>=7.4.2,<7.5", # https://pypi.python.org/pypi/chardet
3333
"babel==2.12.1", # http://babel.pocoo.org/en/latest/changelog.html
3434
"pyxdg>=0.26,<0.29", # https://freedesktop.org/wiki/Software/pyxdg/
3535
"Jinja2==3.1.6", # https://jinja.palletsprojects.com/en/stable/changes/

0 commit comments

Comments
 (0)