Skip to content

Commit

Permalink
Update Python dependency chardet to v4 (#8861)
Browse files Browse the repository at this point in the history
* Update Python dependency chardet to v4

* remove chardet from explicit requirements

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Dario <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2020
1 parent 633716b commit 12488e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ext/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext | `bencode.py` | [4.0.0](https://pypi.org/project/bencode.py/4.0.0/) | **`me
ext | **`boto`** | [2.48.0](https://pypi.org/project/boto/2.48.0/) | `imdbpie` | -
ext | `CacheControl` | [0.12.6](https://pypi.org/project/CacheControl/0.12.6/) | **`medusa`** | Module: `cachecontrol`
ext | **`certifi`** | [2020.11.8](https://pypi.org/project/certifi/2020.11.8/) | **`medusa`**, `requests`, `traktor` | -
ext | **`chardet`** | [3.0.4](https://pypi.org/project/chardet/3.0.4/) | **`medusa`**, `pysrt`, `requests`, `subliminal` | -
ext | **`chardet`** | [3.0.4](https://pypi.org/project/chardet/3.0.4/) | `pysrt`, `requests`, `subliminal` | -
ext | **`cloudscraper`** | [1.2.46](https://pypi.org/project/cloudscraper/1.2.46/) | **`medusa`** | -
ext | `configobj` | [5.0.6](https://pypi.org/project/configobj/5.0.6/) | **`medusa`** | Modules: `configobj.py`, `validate.py`, `_version.py`
ext | `contextlib2` | [0.6.0.post1](https://pypi.org/project/contextlib2/0.6.0.post1/) | **`medusa`** | File: `contextlib2.py`
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ beautifulsoup4==4.9.3
bencode.py==4.0.0
CacheControl==0.12.6
certifi==2020.11.8
chardet==3.0.4
cloudscraper==1.2.46
configobj==5.0.6
contextlib2==0.6.0.post1
Expand Down

0 comments on commit 12488e5

Please sign in to comment.