We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec129a commit bf0cfbdCopy full SHA for bf0cfbd
requirements.txt
@@ -4,7 +4,7 @@ setuptools~=70.2;python_version<"3.10"
4
setuptools>=75.6.0;python_version>="3.10"
5
wheel>=0.45.1
6
attrs>=24.2.0
7
-certifi>=2024.8.30
+certifi>=2024.12.14
8
exceptiongroup>=1.2.2
9
websockets~=13.1;python_version<"3.9"
10
websockets>=14.1;python_version>="3.9"
setup.py
@@ -153,7 +153,7 @@
153
'setuptools>=75.6.0;python_version>="3.10"',
154
'wheel>=0.45.1',
155
'attrs>=24.2.0',
156
- "certifi>=2024.8.30",
+ "certifi>=2024.12.14",
157
"exceptiongroup>=1.2.2",
158
'websockets~=13.1;python_version<"3.9"',
159
'websockets>=14.1;python_version>="3.9"',
0 commit comments