Skip to content

Commit 83bb1c9

Browse files
committed
Refresh Python dependencies
1 parent 7c0a7c5 commit 83bb1c9

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
@@ -96,7 +96,8 @@ ipython==7.30.1;python_version>="3.7"
9696
matplotlib-inline==0.1.3;python_version>="3.7"
9797
colorama==0.4.4
9898
platformdirs==2.0.2;python_version<"3.6"
99-
platformdirs==2.4.1;python_version>="3.6"
99+
platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"
100+
platformdirs==2.4.1;python_version>="3.7"
100101
pathlib2==2.3.5;python_version<"3.5"
101102
importlib-metadata==2.0.0;python_version<"3.5"
102103
importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
217217
"colorama==0.4.4",
218218
'platformdirs==2.0.2;python_version<"3.6"',
219-
'platformdirs==2.4.1;python_version>="3.6"',
219+
'platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"',
220+
'platformdirs==2.4.1;python_version>="3.7"',
220221
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
221222
'importlib-metadata==2.0.0;python_version<"3.5"',
222223
'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501

0 commit comments

Comments
 (0)