Skip to content

Commit c018753

Browse files
committed
Update certifi version to 2020.11.8
1 parent 6aebe39 commit c018753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def dateutil(**kwargs):
287287

288288
@pip_package()
289289
def certifi(**kwargs):
290-
install_from_pypi("certifi==2019.9.11", **kwargs)
290+
install_from_pypi("certifi==2020.11.8", **kwargs)
291291

292292
@pip_package()
293293
def idna(**kwargs):

0 commit comments

Comments
 (0)