Skip to content

Commit b83a7e9

Browse files
Bump chardet from 3.0.4 to 4.0.0
Bumps [chardet](https://github.com/chardet/chardet) from 3.0.4 to 4.0.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](chardet/chardet@3.0.4...4.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c62bc4b commit b83a7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def convert_markdown_to_rst(file):
3131
install_requires=[
3232
"certifi", # we want the latest root certs for security
3333
"requests==2.25.0",
34-
"chardet==3.0.4",
34+
"chardet==4.0.0",
3535
"idna==2.10",
3636
"Jinja2==2.11.2",
3737
"MarkupSafe==1.1.1",

0 commit comments

Comments
 (0)