We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a6d67 commit 78e0748Copy full SHA for 78e0748
news/msgpack.vendor.rst
@@ -0,0 +1 @@
1
+Upgrade msgpack to 1.1.1
src/pip/_vendor/msgpack/__init__.py
@@ -4,8 +4,8 @@
4
from .exceptions import * # noqa: F403
5
from .ext import ExtType, Timestamp
6
7
-version = (1, 1, 0)
8
-__version__ = "1.1.0"
+version = (1, 1, 1)
+__version__ = "1.1.1"
9
10
11
if os.environ.get("MSGPACK_PUREPYTHON"):
src/pip/_vendor/vendor.txt
@@ -1,7 +1,7 @@
CacheControl==0.14.3
2
distlib==0.3.9
3
distro==1.9.0
-msgpack==1.1.0
+msgpack==1.1.1
packaging==25.0
platformdirs==4.3.7
pyproject-hooks==1.2.0
0 commit comments