Skip to content

Commit d4f5083

Browse files
committed
Refresh Python dependencies
1 parent 04aacbb commit d4f5083

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ attrs>=23.1.0
77
certifi>=2023.11.17
88
filelock>=3.12.2;python_version<"3.8"
99
filelock>=3.13.1;python_version>="3.8"
10-
platformdirs>=4.1.0
10+
platformdirs>=4.0.0;python_version<"3.8"
11+
platformdirs>=4.1.0;python_version>="3.8"
1112
parse>=1.20.0
1213
parse-type>=0.6.2
1314
six==1.16.0

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140
"certifi>=2023.11.17",
141141
'filelock>=3.12.2;python_version<"3.8"',
142142
'filelock>=3.13.1;python_version>="3.8"',
143-
'platformdirs>=4.1.0',
143+
'platformdirs>=4.0.0;python_version<"3.8"',
144+
'platformdirs>=4.1.0;python_version>="3.8"',
144145
'parse>=1.20.0',
145146
'parse-type>=0.6.2',
146147
"six==1.16.0",

0 commit comments

Comments
 (0)