Skip to content

Commit

Permalink
Merge pull request #7029 from kimsin98/patch-1
Browse files Browse the repository at this point in the history
Update chardet version limit from 5 to 6
  • Loading branch information
mih committed Sep 16, 2022
2 parents 06702c7 + 0f27cd5 commit 6c738e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
requires = {
'core': [
'platformdirs',
'chardet>=3.0.4, <5.0.0', # rarely used but small/omnipresent
'chardet>=3.0.4', # rarely used but small/omnipresent
'colorama; platform_system=="Windows"',
'distro; python_version >= "3.8"',
'importlib-metadata >=3.6; python_version < "3.10"',
Expand Down

0 comments on commit 6c738e1

Please sign in to comment.