Skip to content

Commit 383fe52

Browse files
committed
Refresh Python dependencies
1 parent 5d2f495 commit 383fe52

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
@@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
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"
1010
setuptools-scm>=5.0.2;python_version<"3.6"
1111
setuptools-scm>=6.4.2;python_version>="3.6"
1212
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
@@ -16,7 +16,7 @@ attrs>=21.4.0
1616
PyYAML>=6.0;python_version>="3.6"
1717
traitlets>=4.3.3;python_version<"3.7"
1818
traitlets>=5.2.1.post0;python_version>="3.7"
19-
certifi>=2021.10.8
19+
certifi>=2022.5.18
2020
filelock>=3.2.1;python_version<"3.6"
2121
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2222
filelock>=3.7.0;python_version>="3.7"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'setuptools>=44.1.1;python_version<"3.5"',
132132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
133133
'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"',
135135
'setuptools-scm>=5.0.2;python_version<"3.6"',
136136
'setuptools-scm>=6.4.2;python_version>="3.6"',
137137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
@@ -141,7 +141,7 @@
141141
'PyYAML>=6.0;python_version>="3.6"',
142142
'traitlets>=4.3.3;python_version<"3.7"',
143143
'traitlets>=5.2.1.post0;python_version>="3.7"',
144-
"certifi>=2021.10.8",
144+
"certifi>=2022.5.18",
145145
'filelock>=3.2.1;python_version<"3.6"',
146146
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
147147
'filelock>=3.7.0;python_version>="3.7"',

0 commit comments

Comments
 (0)