Skip to content

Commit 5ab67ee

Browse files
committed
Refresh Python dependencies
1 parent 0754ac6 commit 5ab67ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PyYAML>=6.0;python_version>="3.6"
1616
traitlets>=4.3.3;python_version<"3.7"
1717
traitlets>=5.4.0;python_version>="3.7"
1818
certifi>=2021.10.8;python_version<"3.6"
19-
certifi>=2022.6.15.2;python_version>="3.6"
19+
certifi>=2022.9.14;python_version>="3.6"
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.8.0;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
'traitlets>=4.3.3;python_version<"3.7"',
143143
'traitlets>=5.4.0;python_version>="3.7"',
144144
'certifi>=2021.10.8;python_version<"3.6"',
145-
'certifi>=2022.6.15.2;python_version>="3.6"',
145+
'certifi>=2022.9.14;python_version>="3.6"',
146146
'filelock>=3.2.1;python_version<"3.6"',
147147
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
148148
'filelock>=3.8.0;python_version>="3.7"',

0 commit comments

Comments
 (0)