Skip to content

Commit

Permalink
Bump chardet from 3.0.4 to 4.0.0 (#5334)
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 c79bb99 commit 0c4e57f
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 @@ -8,7 +8,7 @@ asynctest==0.13.0; python_version<"3.8"
attrs==20.3.0
brotlipy==0.7.0
cchardet==2.1.7
chardet==3.0.4
chardet==4.0.0
frozenlist==1.1.1
gunicorn==20.0.4
idna-ssl==1.1.0; python_version<"3.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@ def build_extension(self, ext):

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

0 comments on commit 0c4e57f

Please sign in to comment.