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 f105647 commit 44e7081Copy full SHA for 44e7081
requirements.txt
@@ -5,7 +5,7 @@ setuptools~=70.2;python_version<"3.10"
5
setuptools>=80.9.0;python_version>="3.10"
6
wheel>=0.45.1
7
attrs>=25.3.0
8
-certifi>=2025.8.3
+certifi>=2025.10.5
9
exceptiongroup>=1.3.0
10
websockets~=13.1;python_version<"3.9"
11
websockets>=15.0.1;python_version>="3.9"
setup.py
@@ -153,7 +153,7 @@
153
'setuptools>=80.9.0;python_version>="3.10"',
154
'wheel>=0.45.1',
155
'attrs>=25.3.0',
156
- "certifi>=2025.8.3",
+ "certifi>=2025.10.5",
157
"exceptiongroup>=1.3.0",
158
'websockets~=13.1;python_version<"3.9"',
159
'websockets>=15.0.1;python_version>="3.9"',
0 commit comments