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 b620e0a commit 7e4edc1Copy full SHA for 7e4edc1
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.6.15
+certifi>=2025.7.9
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.6.15",
+ "certifi>=2025.7.9",
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