Skip to content

Commit

Permalink
Update chardet version limit from 5 to 6
Browse files Browse the repository at this point in the history
Same as requests dependencies
  • Loading branch information
kimsin98 committed Sep 13, 2022
1 parent 5914410 commit b0fc72e
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, <6.0.0', # 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 b0fc72e

Please sign in to comment.