Skip to content

Commit 0d29504

Browse files
committed
Refresh Python dependencies
1 parent b621669 commit 0d29504

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2323
filelock>=3.8.0;python_version>="3.7"
2424
platformdirs>=2.0.2;python_version<"3.6"
2525
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
26-
platformdirs>=2.5.3;python_version>="3.7"
26+
platformdirs>=2.5.4;python_version>="3.7"
2727
pyparsing>=2.4.7;python_version<"3.6"
2828
pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"
2929
pyparsing>=3.0.9;python_version>="3.7"
@@ -113,7 +113,7 @@ matplotlib-inline==0.1.6;python_version>="3.7"
113113
colorama==0.4.6;python_version<"3.6"
114114
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
115115
colorama==0.4.6;python_version>="3.7"
116-
exceptiongroup==1.0.1;python_version>="3.7"
116+
exceptiongroup==1.0.4;python_version>="3.7"
117117
importlib-metadata==2.1.3;python_version<"3.6"
118118
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
119119
pycparser==2.21

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
'filelock>=3.8.0;python_version>="3.7"',
149149
'platformdirs>=2.0.2;python_version<"3.6"',
150150
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
151-
'platformdirs>=2.5.3;python_version>="3.7"',
151+
'platformdirs>=2.5.4;python_version>="3.7"',
152152
'pyparsing>=2.4.7;python_version<"3.6"',
153153
'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"',
154154
'pyparsing>=3.0.9;python_version>="3.7"',
@@ -237,7 +237,7 @@
237237
'colorama==0.4.6;python_version<"3.6"',
238238
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
239239
'colorama==0.4.6;python_version>="3.7"',
240-
'exceptiongroup==1.0.1;python_version>="3.7"',
240+
'exceptiongroup==1.0.4;python_version>="3.7"',
241241
'importlib-metadata==2.1.3;python_version<"3.6"',
242242
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
243243
"pycparser==2.21",

0 commit comments

Comments
 (0)