Skip to content

Commit b639546

Browse files
committed
Refresh Python dependencies
1 parent 5b09bc1 commit b639546

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ setuptools~=70.2;python_version<"3.10"
44
setuptools>=82.0.0;python_version>="3.10"
55
wheel>=0.46.3
66
attrs>=25.4.0
7-
certifi>=2026.1.4
7+
certifi>=2026.2.25
88
exceptiongroup>=1.3.1
99
websockets~=15.0.1;python_version<"3.10"
1010
websockets>=16.0;python_version>="3.10"
@@ -29,7 +29,6 @@ pyreadline3>=3.5.4;platform_system=="Windows"
2929
tabcompleter>=1.4.0
3030
pdbp>=1.8.2
3131
idna>=3.11
32-
chardet==5.2.0
3332
charset-normalizer>=3.4.4,<4
3433
urllib3>=1.26.20,<2;python_version<"3.10"
3534
urllib3>=1.26.20,<3;python_version>="3.10"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
'setuptools>=82.0.0;python_version>="3.10"',
153153
'wheel>=0.46.3',
154154
'attrs>=25.4.0',
155-
'certifi>=2026.1.4',
155+
'certifi>=2026.2.25',
156156
'exceptiongroup>=1.3.1',
157157
'websockets~=15.0.1;python_version<"3.10"',
158158
'websockets>=16.0;python_version>="3.10"',
@@ -177,7 +177,6 @@
177177
'tabcompleter>=1.4.0',
178178
'pdbp>=1.8.2',
179179
'idna>=3.11',
180-
'chardet==5.2.0',
181180
'charset-normalizer>=3.4.4,<4',
182181
'urllib3>=1.26.20,<2;python_version<"3.10"',
183182
'urllib3>=1.26.20,<3;python_version>="3.10"',

0 commit comments

Comments
 (0)