File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44regex >= 2026.2.28
55pymdown-extensions >= 10.21
6- pipdeptree >= 2.31 .0
6+ pipdeptree >= 2.33 .0
77python-dateutil >= 2.8.2
88Markdown == 3.10.2
99click == 8.3.1
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ packaging>=26.0
33setuptools ~= 70.2 ;python_version < "3.10"
44setuptools >= 82.0.1 ;python_version >= "3.10"
55wheel >= 0.46.3
6- attrs >= 25.4 .0
6+ attrs >= 26.1 .0
77certifi >= 2026.2.25
88exceptiongroup >= 1.3.1
99websockets ~= 15.0.1 ;python_version < "3.10"
1010websockets >= 16.0 ;python_version >= "3.10"
1111filelock ~= 3.19.1 ;python_version < "3.10"
1212filelock >= 3.25.2 ;python_version >= "3.10"
1313fasteners >= 0.20
14- mycdp >= 1.3.6
14+ mycdp >= 1.3.7
1515pynose >= 1.5.5
1616platformdirs ~= 4.4.0 ;python_version < "3.10"
1717platformdirs >= 4.9.4 ;python_version >= "3.10"
@@ -78,7 +78,7 @@ rich>=14.3.3,<15
7878
7979coverage >= 7.10.7 ;python_version < "3.10"
8080coverage >= 7.13.5 ;python_version >= "3.10"
81- pytest-cov >= 7.0 .0
81+ pytest-cov >= 7.1 .0
8282flake8 == 7.3.0
8383mccabe == 0.7.0
8484pyflakes == 3.4.0
Original file line number Diff line number Diff line change 151151 'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
152152 'setuptools>=82.0.1;python_version>="3.10"' ,
153153 'wheel>=0.46.3' ,
154- 'attrs>=25.4 .0' ,
154+ 'attrs>=26.1 .0' ,
155155 'certifi>=2026.2.25' ,
156156 'exceptiongroup>=1.3.1' ,
157157 'websockets~=15.0.1;python_version<"3.10"' ,
158158 'websockets>=16.0;python_version>="3.10"' ,
159159 'filelock~=3.19.1;python_version<"3.10"' ,
160160 'filelock>=3.25.2;python_version>="3.10"' ,
161161 'fasteners>=0.20' ,
162- 'mycdp>=1.3.6 ' ,
162+ 'mycdp>=1.3.7 ' ,
163163 'pynose>=1.5.5' ,
164164 'platformdirs~=4.4.0;python_version<"3.10"' ,
165165 'platformdirs>=4.9.4;python_version>="3.10"' ,
235235 "coverage" : [
236236 'coverage>=7.10.7;python_version<"3.10"' ,
237237 'coverage>=7.13.5;python_version>="3.10"' ,
238- 'pytest-cov>=7.0 .0' ,
238+ 'pytest-cov>=7.1 .0' ,
239239 ],
240240 # pip install -e .[flake8]
241241 # Usage: flake8
You can’t perform that action at this time.
0 commit comments