Skip to content

Commit 2e6d8ff

Browse files
committed
Refresh Python dependencies
1 parent 7fff2b3 commit 2e6d8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ certifi>=2022.12.7
1818
filelock>=3.4.1;python_version<"3.7"
1919
filelock>=3.9.0;python_version>="3.7"
2020
platformdirs>=2.4.0;python_version<"3.7"
21-
platformdirs>=2.6.2;python_version>="3.7"
21+
platformdirs>=3.0.0;python_version>="3.7"
2222
pyparsing>=3.0.7;python_version<"3.7"
2323
zipp==3.6.0;python_version<"3.7"
2424
zipp>=3.12.1;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
'filelock>=3.4.1;python_version<"3.7"',
143143
'filelock>=3.9.0;python_version>="3.7"',
144144
'platformdirs>=2.4.0;python_version<"3.7"',
145-
'platformdirs>=2.6.2;python_version>="3.7"',
145+
'platformdirs>=3.0.0;python_version>="3.7"',
146146
'pyparsing>=3.0.7;python_version<"3.7"',
147147
'zipp==3.6.0;python_version<"3.7"',
148148
'zipp>=3.12.1;python_version>="3.7"',

0 commit comments

Comments
 (0)