File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ lxml==5.3.0
1818pyquery == 2.0.1
1919readtime == 3.0.0
2020mkdocs == 1.6.1
21- mkdocs-material == 9.5.49
21+ mkdocs-material == 9.5.50
2222mkdocs-exclude-search == 0.6.6
2323mkdocs-simple-hooks == 0.1.5
2424mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ attrs>=24.3.0
77certifi >= 2024.12.14
88exceptiongroup >= 1.2.2
99websockets ~= 13.1 ;python_version < "3.9"
10- websockets >= 14.1 ;python_version >= "3.9"
11- filelock >= 3.16.1
10+ websockets >= 14.2 ;python_version >= "3.9"
11+ filelock ~= 3.16.1 ;python_version < "3.9"
12+ filelock >= 3.17.0 ;python_version >= "3.9"
1213fasteners >= 0.19
1314mycdp >= 1.1.0
1415pynose >= 1.5.3
@@ -41,7 +42,8 @@ trio==0.28.0;python_version>="3.9"
4142trio-websocket == 0.11.1
4243wsproto == 1.2.0
4344websocket-client == 1.8.0
44- selenium == 4.27.1
45+ selenium == 4.27.1 ;python_version < "3.9"
46+ selenium == 4.28.0 ;python_version >= "3.9"
4547cssselect == 1.2.0
4648sortedcontainers == 2.4.0
4749execnet == 2.1.1
Original file line number Diff line number Diff line change 156156 "certifi>=2024.12.14" ,
157157 "exceptiongroup>=1.2.2" ,
158158 'websockets~=13.1;python_version<"3.9"' ,
159- 'websockets>=14.1;python_version>="3.9"' ,
160- 'filelock>=3.16.1' ,
159+ 'websockets>=14.2;python_version>="3.9"' ,
160+ 'filelock~=3.16.1;python_version<"3.9"' ,
161+ 'filelock>=3.17.0;python_version>="3.9"' ,
161162 'fasteners>=0.19' ,
162163 "mycdp>=1.1.0" ,
163164 "pynose>=1.5.3" ,
190191 'trio-websocket==0.11.1' ,
191192 'wsproto==1.2.0' ,
192193 'websocket-client==1.8.0' ,
193- 'selenium==4.27.1' ,
194+ 'selenium==4.27.1;python_version<"3.9"' ,
195+ 'selenium==4.28.0;python_version>="3.9"' ,
194196 'cssselect==1.2.0' ,
195197 "sortedcontainers==2.4.0" ,
196198 'execnet==2.1.1' ,
You can’t perform that action at this time.
0 commit comments