Skip to content

Commit ba648e0

Browse files
committed
Refresh Python dependencies
1 parent a111de0 commit ba648e0

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
@@ -13,7 +13,7 @@ wheel>=0.37.0
1313
attrs>=21.2.0
1414
PyYAML>=5.4.1;python_version>="3.6"
1515
sortedcontainers==2.4.0
16-
certifi>=2021.5.30
16+
certifi>=2021.10.8
1717
six==1.16.0
1818
nose==1.3.7
1919
ipdb==0.13.4;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"attrs>=21.2.0",
130130
'PyYAML>=5.4.1;python_version>="3.6"',
131131
"sortedcontainers==2.4.0",
132-
"certifi>=2021.5.30",
132+
"certifi>=2021.10.8",
133133
"six==1.16.0",
134134
"nose==1.3.7",
135135
'ipdb==0.13.4;python_version<"3.5"',

0 commit comments

Comments
 (0)