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 @@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
6
6
setuptools >= 44.1.1 ;python_version < "3.5"
7
7
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
8
8
setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
9
- setuptools >= 62.3.1 ;python_version >= "3.7"
9
+ setuptools >= 62.3.2 ;python_version >= "3.7"
10
10
setuptools-scm >= 5.0.2 ;python_version < "3.6"
11
11
setuptools-scm >= 6.4.2 ;python_version >= "3.6"
12
12
tomli >= 1.2.3 ;python_version >= "3.6" and python_version<"3.7"
@@ -16,7 +16,7 @@ attrs>=21.4.0
16
16
PyYAML >= 6.0 ;python_version >= "3.6"
17
17
traitlets >= 4.3.3 ;python_version < "3.7"
18
18
traitlets >= 5.2.1.post0 ;python_version >= "3.7"
19
- certifi >= 2021.10.8
19
+ certifi >= 2022.5.18
20
20
filelock >= 3.2.1 ;python_version < "3.6"
21
21
filelock >= 3.4.1 ;python_version >= "3.6" and python_version<"3.7"
22
22
filelock >= 3.7.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 131
131
'setuptools>=44.1.1;python_version<"3.5"' ,
132
132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
133
133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
134
- 'setuptools>=62.3.1 ;python_version>="3.7"' ,
134
+ 'setuptools>=62.3.2 ;python_version>="3.7"' ,
135
135
'setuptools-scm>=5.0.2;python_version<"3.6"' ,
136
136
'setuptools-scm>=6.4.2;python_version>="3.6"' ,
137
137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
141
141
'PyYAML>=6.0;python_version>="3.6"' ,
142
142
'traitlets>=4.3.3;python_version<"3.7"' ,
143
143
'traitlets>=5.2.1.post0;python_version>="3.7"' ,
144
- "certifi>=2021.10.8 " ,
144
+ "certifi>=2022.5.18 " ,
145
145
'filelock>=3.2.1;python_version<"3.6"' ,
146
146
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"' ,
147
147
'filelock>=3.7.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments