Skip to content

Commit f2c07ee

Browse files
committed
Upgrade chardet to 5.2.0
1 parent d83c9e3 commit f2c07ee

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

news/chardet.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade chardet to 5.2.0

src/pip/_vendor/chardet/__main__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""Wrapper so people can run python -m chardet"""
2+
3+
from .cli.chardetect import main
4+
5+
if __name__ == "__main__":
6+
main()

src/pip/_vendor/chardet/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
:author: Dan Blanchard ([email protected])
66
"""
77

8-
__version__ = "5.1.0"
8+
__version__ = "5.2.0"
99
VERSION = __version__.split(".")

src/pip/_vendor/vendor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pyparsing==3.1.0
99
pyproject-hooks==1.0.0
1010
requests==2.31.0
1111
certifi==2023.7.22
12-
chardet==5.1.0
12+
chardet==5.2.0
1313
idna==3.6
1414
urllib3==1.26.17
1515
rich==13.7.0

0 commit comments

Comments
 (0)