File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ attrs>=25.1.0
7
7
certifi >= 2025.1.31
8
8
exceptiongroup >= 1.2.2
9
9
websockets ~= 13.1 ;python_version < "3.9"
10
- websockets >= 15.0 ;python_version >= "3.9"
10
+ websockets >= 15.0.1 ;python_version >= "3.9"
11
11
filelock ~= 3.16.1 ;python_version < "3.9"
12
12
filelock >= 3.17.0 ;python_version >= "3.9"
13
13
fasteners >= 0.19
@@ -18,7 +18,7 @@ typing-extensions>=4.12.2
18
18
sbvirtualdisplay >= 1.4.0
19
19
MarkupSafe == 2.1.5 ;python_version < "3.9"
20
20
MarkupSafe >= 3.0.2 ;python_version >= "3.9"
21
- Jinja2 >= 3.1.5
21
+ Jinja2 >= 3.1.6
22
22
six >= 1.17.0
23
23
parse >= 1.20.2
24
24
parse-type >= 0.6.4
Original file line number Diff line number Diff line change 156
156
"certifi>=2025.1.31" ,
157
157
"exceptiongroup>=1.2.2" ,
158
158
'websockets~=13.1;python_version<"3.9"' ,
159
- 'websockets>=15.0;python_version>="3.9"' ,
159
+ 'websockets>=15.0.1 ;python_version>="3.9"' ,
160
160
'filelock~=3.16.1;python_version<"3.9"' ,
161
161
'filelock>=3.17.0;python_version>="3.9"' ,
162
162
'fasteners>=0.19' ,
167
167
"sbvirtualdisplay>=1.4.0" ,
168
168
'MarkupSafe==2.1.5;python_version<"3.9"' ,
169
169
'MarkupSafe>=3.0.2;python_version>="3.9"' ,
170
- "Jinja2>=3.1.5 " ,
170
+ "Jinja2>=3.1.6 " ,
171
171
"six>=1.17.0" ,
172
172
'parse>=1.20.2' ,
173
173
'parse-type>=0.6.4' ,
You can’t perform that action at this time.
0 commit comments