Skip to content

Commit 7756f77

Browse files
Update chardet requirement from <6,>=5.0.0 to >=5.0.0,<7
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@5.0.0...6.0.0.post1) --- updated-dependencies: - dependency-name: chardet dependency-version: 6.0.0.post1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22f09bb commit 7756f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
[project.optional-dependencies]
2929
# Dependencies for the HTTP server.
3030
server = [
31-
"chardet >=5.0.0,<6",
31+
"chardet >=5.0.0,<8",
3232
"pycurl >=7.43,<8",
3333
"sentry-sdk[tornado] >=2.0.0,<3.0",
3434
"tornado >=6.0.0,<7",

0 commit comments

Comments
 (0)