Update chardet requirement from >2.3.0 to >=7.6.0 (#4455)

Updates the requirements on [chardet](https://github.com/chardet/chardet) to permit the latest version.
- [Release notes](https://github.com/chardet/chardet/releases)
- [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst)
- [Commits](https://github.com/chardet/chardet/compare/3.0.0...7.6.0)

---
updated-dependencies:
- dependency-name: chardet
  dependency-version: 7.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-09-18 13:56:25 +02:00
committed by GitHub
parent bb37ea23d2
commit 21a1d18f3e
+1 -1
View File
@@ -25,7 +25,7 @@ requests-file
# urllib3==1.26.19 # Unpinned - let requests decide compatible version
# If specific version needed for security, use urllib3>=1.26.19,<3.0
chardet>2.3.0
chardet>=7.6.0
wtforms~=3.2
jsonpath-ng~=1.8.0