File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ filelock>=3.12.2;python_version<"3.8"
10
10
filelock >= 3.13.3 ;python_version >= "3.8"
11
11
platformdirs >= 4.0.0 ;python_version < "3.8"
12
12
platformdirs >= 4.2.0 ;python_version >= "3.8"
13
- typing-extensions >= 4.10 .0 ;python_version >= "3.8"
13
+ typing-extensions >= 4.11 .0 ;python_version >= "3.8"
14
14
parse >= 1.20.1
15
15
parse-type >= 0.6.2
16
16
pyyaml >= 6.0.1
Original file line number Diff line number Diff line change 158
158
'filelock>=3.13.3;python_version>="3.8"' ,
159
159
'platformdirs>=4.0.0;python_version<"3.8"' ,
160
160
'platformdirs>=4.2.0;python_version>="3.8"' ,
161
- 'typing-extensions>=4.10 .0;python_version>="3.8"' ,
161
+ 'typing-extensions>=4.11 .0;python_version>="3.8"' ,
162
162
'parse>=1.20.1' ,
163
163
'parse-type>=0.6.2' ,
164
164
'pyyaml>=6.0.1' ,
You can’t perform that action at this time.
0 commit comments