Refresh Python dependencies
This commit is contained in:
parent
1372bfdcbd
commit
31c0ffaa85
|
@ -7,7 +7,7 @@ attrs>=25.1.0
|
|||
certifi>=2025.1.31
|
||||
exceptiongroup>=1.2.2
|
||||
websockets~=13.1;python_version<"3.9"
|
||||
websockets>=15.0;python_version>="3.9"
|
||||
websockets>=15.0.1;python_version>="3.9"
|
||||
filelock~=3.16.1;python_version<"3.9"
|
||||
filelock>=3.17.0;python_version>="3.9"
|
||||
fasteners>=0.19
|
||||
|
@ -18,7 +18,7 @@ typing-extensions>=4.12.2
|
|||
sbvirtualdisplay>=1.4.0
|
||||
MarkupSafe==2.1.5;python_version<"3.9"
|
||||
MarkupSafe>=3.0.2;python_version>="3.9"
|
||||
Jinja2>=3.1.5
|
||||
Jinja2>=3.1.6
|
||||
six>=1.17.0
|
||||
parse>=1.20.2
|
||||
parse-type>=0.6.4
|
||||
|
|
4
setup.py
4
setup.py
|
@ -156,7 +156,7 @@ setup(
|
|||
"certifi>=2025.1.31",
|
||||
"exceptiongroup>=1.2.2",
|
||||
'websockets~=13.1;python_version<"3.9"',
|
||||
'websockets>=15.0;python_version>="3.9"',
|
||||
'websockets>=15.0.1;python_version>="3.9"',
|
||||
'filelock~=3.16.1;python_version<"3.9"',
|
||||
'filelock>=3.17.0;python_version>="3.9"',
|
||||
'fasteners>=0.19',
|
||||
|
@ -167,7 +167,7 @@ setup(
|
|||
"sbvirtualdisplay>=1.4.0",
|
||||
'MarkupSafe==2.1.5;python_version<"3.9"',
|
||||
'MarkupSafe>=3.0.2;python_version>="3.9"',
|
||||
"Jinja2>=3.1.5",
|
||||
"Jinja2>=3.1.6",
|
||||
"six>=1.17.0",
|
||||
'parse>=1.20.2',
|
||||
'parse-type>=0.6.4',
|
||||
|
|
Loading…
Reference in New Issue