Skip to content

Commit ba00721

Browse files
committed
Upgrade platformdirs to 4.5.0
1 parent 7bf703e commit ba00721

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

news/platformdirs.vendor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Upgrade platformdirs to 4.4.0
1+
Upgrade platformdirs to 4.5.0

src/pip/_vendor/platformdirs/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
commit_id: COMMIT_ID
2929
__commit_id__: COMMIT_ID
3030

31-
__version__ = version = '4.4.0'
32-
__version_tuple__ = version_tuple = (4, 4, 0)
31+
__version__ = version = '4.5.0'
32+
__version_tuple__ = version_tuple = (4, 5, 0)
3333

3434
__commit_id__ = commit_id = None

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.4.0
33
distro==1.9.0
44
msgpack==1.1.2
55
packaging==25.0
6-
platformdirs==4.4.0
6+
platformdirs==4.5.0
77
pyproject-hooks==1.2.0
88
requests==2.32.5
99
certifi==2025.8.3

0 commit comments

Comments
 (0)