Skip to content

Commit 42faf84

Browse files
committed
Refresh Python dependencies
1 parent ef01516 commit 42faf84

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ 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"
1919
certifi>=2021.10.8;python_version<"3.5"
20-
certifi>=2022.5.18;python_version>="3.5"
20+
certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"
21+
certifi>=2022.5.18.1;python_version>="3.6"
2122
filelock>=3.2.1;python_version<"3.6"
2223
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2324
filelock>=3.7.0;python_version>="3.7"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
'traitlets>=4.3.3;python_version<"3.7"',
143143
'traitlets>=5.2.1.post0;python_version>="3.7"',
144144
'certifi>=2021.10.8;python_version<"3.5"',
145-
'certifi>=2022.5.18;python_version>="3.5"',
145+
'certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"',
146+
'certifi>=2022.5.18.1;python_version>="3.6"',
146147
'filelock>=3.2.1;python_version<"3.6"',
147148
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
148149
'filelock>=3.7.0;python_version>="3.7"',

0 commit comments

Comments
 (0)