File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ click==8.3.1
1010ghp-import == 2.1.0
1111watchdog == 6.0.0
1212cairocffi == 1.7.1
13- pathspec == 1.0.1
13+ pathspec == 1.0.3
1414Babel == 2.17.0
1515paginate == 0.5.7
1616mkdocs == 1.6.1
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ wheel>=0.45.1
66attrs >= 25.4.0
77certifi >= 2026.1.4
88exceptiongroup >= 1.3.1
9- websockets >= 15.0.1
9+ websockets ~= 15.0.1 ;python_version < "3.10"
10+ websockets >= 16.0 ;python_version >= "3.10"
1011filelock ~= 3.19.1 ;python_version < "3.10"
11- filelock >= 3.20.2 ;python_version >= "3.10"
12+ filelock >= 3.20.3 ;python_version >= "3.10"
1213fasteners >= 0.20
1314mycdp >= 1.3.2
1415pynose >= 1.5.5
@@ -26,7 +27,7 @@ pyyaml>=6.0.3
2627pygments >= 2.19.2
2728pyreadline3 >= 3.5.4 ;platform_system == "Windows"
2829tabcompleter >= 1.4.0
29- pdbp >= 1.8.1
30+ pdbp >= 1.8.2
3031idna >= 3.11
3132chardet == 5.2.0
3233charset-normalizer >= 3.4.4 ,< 4
Original file line number Diff line number Diff line change 154154 'attrs>=25.4.0' ,
155155 'certifi>=2026.1.4' ,
156156 'exceptiongroup>=1.3.1' ,
157- 'websockets>=15.0.1' ,
157+ 'websockets~=15.0.1;python_version<"3.10"' ,
158+ 'websockets>=16.0;python_version>="3.10"' ,
158159 'filelock~=3.19.1;python_version<"3.10"' ,
159- 'filelock>=3.20.2 ;python_version>="3.10"' ,
160+ 'filelock>=3.20.3 ;python_version>="3.10"' ,
160161 'fasteners>=0.20' ,
161162 'mycdp>=1.3.2' ,
162163 'pynose>=1.5.5' ,
174175 'pygments>=2.19.2' ,
175176 'pyreadline3>=3.5.4;platform_system=="Windows"' ,
176177 'tabcompleter>=1.4.0' ,
177- 'pdbp>=1.8.1 ' ,
178+ 'pdbp>=1.8.2 ' ,
178179 'idna>=3.11' ,
179180 'chardet==5.2.0' ,
180181 'charset-normalizer>=3.4.4,<4' ,
You can’t perform that action at this time.
0 commit comments