Skip to content

Commit

Permalink
Raise allowed charset version (#7057)
Browse files Browse the repository at this point in the history
Fixes #7050.
  • Loading branch information
Dreamsorcerer committed Oct 29, 2022
1 parent 12f56d7 commit cf8e25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ zip_safe = False
include_package_data = True

install_requires =
charset-normalizer >=2.0, < 3.0
charset-normalizer >=2.0, < 4.0
multidict >=4.5, < 7.0
async_timeout >= 4.0, < 5.0
asynctest == 0.13.0; python_version<"3.8"
Expand Down

0 comments on commit cf8e25d

Please sign in to comment.