Skip to content

Commit 78e0748

Browse files
committed
Upgrade msgpack to 1.1.1
1 parent d9a6d67 commit 78e0748

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

news/msgpack.vendor.rst

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

src/pip/_vendor/msgpack/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from .exceptions import * # noqa: F403
55
from .ext import ExtType, Timestamp
66

7-
version = (1, 1, 0)
8-
__version__ = "1.1.0"
7+
version = (1, 1, 1)
8+
__version__ = "1.1.1"
99

1010

1111
if os.environ.get("MSGPACK_PUREPYTHON"):

src/pip/_vendor/vendor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CacheControl==0.14.3
22
distlib==0.3.9
33
distro==1.9.0
4-
msgpack==1.1.0
4+
msgpack==1.1.1
55
packaging==25.0
66
platformdirs==4.3.7
77
pyproject-hooks==1.2.0

0 commit comments

Comments
 (0)