Skip to content

Commit 4a307a5

Browse files
committed
Upgrade platformdirs to 4.3.8
1 parent 78e0748 commit 4a307a5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

news/platformdirs.vendor.rst

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

src/pip/_vendor/platformdirs/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
__version_tuple__: VERSION_TUPLE
1818
version_tuple: VERSION_TUPLE
1919

20-
__version__ = version = '4.3.7'
21-
__version_tuple__ = version_tuple = (4, 3, 7)
20+
__version__ = version = '4.3.8'
21+
__version_tuple__ = version_tuple = (4, 3, 8)

src/pip/_vendor/vendor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ distlib==0.3.9
33
distro==1.9.0
44
msgpack==1.1.1
55
packaging==25.0
6-
platformdirs==4.3.7
6+
platformdirs==4.3.8
77
pyproject-hooks==1.2.0
88
requests==2.32.3
99
certifi==2025.1.31

0 commit comments

Comments
 (0)