Skip to content

Commit d812d1b

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 f68b712 commit d812d1b

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
@@ -30,7 +30,7 @@ def convert_markdown_to_rst(file):
3030
install_requires=[
3131
'certifi', # we want the latest root certs for security
3232
'requests==2.24.0',
33-
'chardet==3.0.4',
33+
'chardet==4.0.0',
3434
'idna==2.10',
3535
'Jinja2==2.11.2',
3636
'MarkupSafe==1.1.1',

0 commit comments

Comments
 (0)