Skip to content

Commit 31c0ffa

Browse files
committed
Refresh Python dependencies
1 parent 1372bfd commit 31c0ffa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ attrs>=25.1.0
77
certifi>=2025.1.31
88
exceptiongroup>=1.2.2
99
websockets~=13.1;python_version<"3.9"
10-
websockets>=15.0;python_version>="3.9"
10+
websockets>=15.0.1;python_version>="3.9"
1111
filelock~=3.16.1;python_version<"3.9"
1212
filelock>=3.17.0;python_version>="3.9"
1313
fasteners>=0.19
@@ -18,7 +18,7 @@ typing-extensions>=4.12.2
1818
sbvirtualdisplay>=1.4.0
1919
MarkupSafe==2.1.5;python_version<"3.9"
2020
MarkupSafe>=3.0.2;python_version>="3.9"
21-
Jinja2>=3.1.5
21+
Jinja2>=3.1.6
2222
six>=1.17.0
2323
parse>=1.20.2
2424
parse-type>=0.6.4

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"certifi>=2025.1.31",
157157
"exceptiongroup>=1.2.2",
158158
'websockets~=13.1;python_version<"3.9"',
159-
'websockets>=15.0;python_version>="3.9"',
159+
'websockets>=15.0.1;python_version>="3.9"',
160160
'filelock~=3.16.1;python_version<"3.9"',
161161
'filelock>=3.17.0;python_version>="3.9"',
162162
'fasteners>=0.19',
@@ -167,7 +167,7 @@
167167
"sbvirtualdisplay>=1.4.0",
168168
'MarkupSafe==2.1.5;python_version<"3.9"',
169169
'MarkupSafe>=3.0.2;python_version>="3.9"',
170-
"Jinja2>=3.1.5",
170+
"Jinja2>=3.1.6",
171171
"six>=1.17.0",
172172
'parse>=1.20.2',
173173
'parse-type>=0.6.4',

0 commit comments

Comments
 (0)