File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
23
23
filelock >= 3.8.0 ;python_version >= "3.7"
24
24
platformdirs >= 2.0.2 ;python_version < "3.6"
25
25
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"
27
27
pyparsing >= 2.4.7 ;python_version < "3.6"
28
28
pyparsing >= 3.0.7 ;python_version >= "3.6" and python_version<"3.7"
29
29
pyparsing >= 3.0.9 ;python_version >= "3.7"
@@ -113,7 +113,7 @@ matplotlib-inline==0.1.6;python_version>="3.7"
113
113
colorama == 0.4.6 ;python_version < "3.6"
114
114
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
115
115
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"
117
117
importlib-metadata == 2.1.3 ;python_version < "3.6"
118
118
importlib-metadata == 4.2.0 ;python_version >= "3.6" and python_version<"3.8"
119
119
pycparser == 2.21
Original file line number Diff line number Diff line change 148
148
'filelock>=3.8.0;python_version>="3.7"' ,
149
149
'platformdirs>=2.0.2;python_version<"3.6"' ,
150
150
'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"' ,
152
152
'pyparsing>=2.4.7;python_version<"3.6"' ,
153
153
'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"' ,
154
154
'pyparsing>=3.0.9;python_version>="3.7"' ,
237
237
'colorama==0.4.6;python_version<"3.6"' ,
238
238
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
239
239
'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"' ,
241
241
'importlib-metadata==2.1.3;python_version<"3.6"' ,
242
242
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
243
243
"pycparser==2.21" ,
You can’t perform that action at this time.
0 commit comments