Refresh Python dependencies
This commit is contained in:
parent
a6c0493a3d
commit
02d13c66b4
|
@ -3,7 +3,7 @@ packaging>=24.2
|
||||||
setuptools~=70.2;python_version<"3.10"
|
setuptools~=70.2;python_version<"3.10"
|
||||||
setuptools>=75.8.0;python_version>="3.10"
|
setuptools>=75.8.0;python_version>="3.10"
|
||||||
wheel>=0.45.1
|
wheel>=0.45.1
|
||||||
attrs>=24.3.0
|
attrs>=25.1.0
|
||||||
certifi>=2024.12.14
|
certifi>=2024.12.14
|
||||||
exceptiongroup>=1.2.2
|
exceptiongroup>=1.2.2
|
||||||
websockets~=13.1;python_version<"3.9"
|
websockets~=13.1;python_version<"3.9"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -152,7 +152,7 @@ setup(
|
||||||
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
||||||
'setuptools>=75.8.0;python_version>="3.10"',
|
'setuptools>=75.8.0;python_version>="3.10"',
|
||||||
'wheel>=0.45.1',
|
'wheel>=0.45.1',
|
||||||
'attrs>=24.3.0',
|
'attrs>=25.1.0',
|
||||||
"certifi>=2024.12.14",
|
"certifi>=2024.12.14",
|
||||||
"exceptiongroup>=1.2.2",
|
"exceptiongroup>=1.2.2",
|
||||||
'websockets~=13.1;python_version<"3.9"',
|
'websockets~=13.1;python_version<"3.9"',
|
||||||
|
|
Loading…
Reference in New Issue