Skip to content

Commit

Permalink
Bump chardet from 3.0.4 to 4.0.0 (#5333)
Browse files Browse the repository at this point in the history
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 11, 2020
1 parent aca2c99 commit b0ed732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Expand Up @@ -6,7 +6,7 @@ async-timeout==4.0.0a3
asynctest==0.13.0; python_version<"3.8"
Brotli==1.0.9
cchardet==2.1.7
chardet==3.0.4
chardet==4.0.0
frozenlist==1.1.1
gunicorn==20.0.4
typing_extensions==3.7.4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
raise RuntimeError("Unable to determine version.")

install_requires = [
"chardet>=2.0,<4.0",
"chardet>=2.0,<5.0",
"multidict>=4.5,<7.0",
"async_timeout>=4.0a2,<5.0",
'asynctest==0.13.0; python_version<"3.8"',
Expand Down

0 comments on commit b0ed732

Please sign in to comment.