Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /