Skip to content

Commit

Permalink
Update charset-normalizer requirement from <3 to <4
Browse files Browse the repository at this point in the history
Updates the requirements on [charset-normalizer](https://github.com/Ousret/charset_normalizer) to permit the latest version.
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@0.1-alpha...3.1.0)

---
updated-dependencies:
- dependency-name: charset-normalizer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent fad92a4 commit 3a1a9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requires = [
'arrow>=0.12.1,<1.3',
'attrs>=17.4.0',
'charset-normalizer<3',
'charset-normalizer<4',
'docopt>=0.6.2',
'dogpile.cache>=0.6.5,<2',
'pandas>=1.3,<2.1',
Expand Down

0 comments on commit 3a1a9df

Please sign in to comment.