Skip to content

Commit bf0cfbd

Browse files
committedDec 15, 2024
Refresh Python dependencies
1 parent fec129a commit bf0cfbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ setuptools~=70.2;python_version<"3.10"
44
setuptools>=75.6.0;python_version>="3.10"
55
wheel>=0.45.1
66
attrs>=24.2.0
7-
certifi>=2024.8.30
7+
certifi>=2024.12.14
88
exceptiongroup>=1.2.2
99
websockets~=13.1;python_version<"3.9"
1010
websockets>=14.1;python_version>="3.9"

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
'setuptools>=75.6.0;python_version>="3.10"',
154154
'wheel>=0.45.1',
155155
'attrs>=24.2.0',
156-
"certifi>=2024.8.30",
156+
"certifi>=2024.12.14",
157157
"exceptiongroup>=1.2.2",
158158
'websockets~=13.1;python_version<"3.9"',
159159
'websockets>=14.1;python_version>="3.9"',

0 commit comments

Comments
 (0)
Please sign in to comment.