We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a111de0 commit ba648e0Copy full SHA for ba648e0
requirements.txt
@@ -13,7 +13,7 @@ wheel>=0.37.0
13
attrs>=21.2.0
14
PyYAML>=5.4.1;python_version>="3.6"
15
sortedcontainers==2.4.0
16
-certifi>=2021.5.30
+certifi>=2021.10.8
17
six==1.16.0
18
nose==1.3.7
19
ipdb==0.13.4;python_version<"3.5"
setup.py
@@ -129,7 +129,7 @@
129
"attrs>=21.2.0",
130
'PyYAML>=5.4.1;python_version>="3.6"',
131
"sortedcontainers==2.4.0",
132
- "certifi>=2021.5.30",
+ "certifi>=2021.10.8",
133
"six==1.16.0",
134
"nose==1.3.7",
135
'ipdb==0.13.4;python_version<"3.5"',
0 commit comments