File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pathspec==0.12.1
1414Babel == 2.17.0
1515paginate == 0.5.7
1616mkdocs == 1.6.1
17- mkdocs-material == 9.6.22
17+ mkdocs-material == 9.6.23
1818mkdocs-exclude-search == 0.6.6
1919mkdocs-simple-hooks == 0.1.5
2020mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ filelock~=3.16.1;python_version<"3.9"
1414filelock ~= 3.19.1 ;python_version >= "3.9" and python_version<"3.10"
1515filelock >= 3.20.0 ;python_version >= "3.10"
1616fasteners >= 0.20
17- mycdp >= 1.2.1
17+ mycdp >= 1.3.0
1818pynose >= 1.5.5
1919platformdirs ~= 4.3.6 ;python_version < "3.9"
2020platformdirs ~= 4.4.0 ;python_version >= "3.9" and python_version<"3.10"
@@ -45,7 +45,8 @@ sniffio==1.3.1
4545h11 == 0.16.0
4646outcome == 1.3.0.post0
4747trio == 0.27.0 ;python_version < "3.9"
48- trio >= 0.31.0 ,< 1 ;python_version >= "3.9"
48+ trio >= 0.31.0 ,< 1 ;python_version >= "3.9" and python_version<"3.10"
49+ trio >= 0.32.0 ,< 1 ;python_version >= "3.10"
4950trio-websocket ~= 0.12.2
5051wsproto == 1.2.0
5152websocket-client ~= 1.8.0 ;python_version < "3.9"
Original file line number Diff line number Diff line change 163163 'filelock~=3.19.1;python_version>="3.9" and python_version<"3.10"' ,
164164 'filelock>=3.20.0;python_version>="3.10"' ,
165165 'fasteners>=0.20' ,
166- "mycdp>=1.2.1 " ,
166+ "mycdp>=1.3.0 " ,
167167 "pynose>=1.5.5" ,
168168 'platformdirs~=4.3.6;python_version<"3.9"' ,
169169 'platformdirs~=4.4.0;python_version>="3.9" and python_version<"3.10"' ,
194194 'h11==0.16.0' ,
195195 'outcome==1.3.0.post0' ,
196196 'trio==0.27.0;python_version<"3.9"' ,
197- 'trio>=0.31.0,<1;python_version>="3.9"' ,
197+ 'trio>=0.31.0,<1;python_version>="3.9" and python_version<"3.10"' ,
198+ 'trio>=0.32.0,<1;python_version>="3.10"' ,
198199 'trio-websocket~=0.12.2' ,
199200 'wsproto==1.2.0' ,
200201 'websocket-client~=1.8.0;python_version<"3.9"' ,
You can’t perform that action at this time.
0 commit comments