Skip to content

Commit 8506e12

Browse files
committed
Update a Python dependency
1 parent bd92c52 commit 8506e12

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ attrs>=21.4.0
1414
PyYAML>=6.0;python_version>="3.6"
1515
traitlets>=4.3.3;python_version<"3.7"
1616
traitlets>=5.3.0;python_version>="3.7"
17-
certifi>=2021.10.8;python_version<"3.5"
18-
certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"
17+
certifi>=2021.10.8;python_version<"3.6"
1918
certifi>=2022.6.15;python_version>="3.6"
2019
filelock>=3.2.1;python_version<"3.6"
2120
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@
141141
'PyYAML>=6.0;python_version>="3.6"',
142142
'traitlets>=4.3.3;python_version<"3.7"',
143143
'traitlets>=5.3.0;python_version>="3.7"',
144-
'certifi>=2021.10.8;python_version<"3.5"',
145-
'certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"',
144+
'certifi>=2021.10.8;python_version<"3.6"',
146145
'certifi>=2022.6.15;python_version>="3.6"',
147146
'filelock>=3.2.1;python_version<"3.6"',
148147
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',

0 commit comments

Comments
 (0)