File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,14 +136,14 @@ jobs:
136136 packages = {
137137 "aiohttp": "python-aiohttp:p",
138138 "coverage": "python-coverage:p",
139- "docstr_coverage": "python-pyyaml :p python-types-pyyaml:p",
139+ "docstr_coverage": "python-pyaml :p python-types-pyyaml:p",
140140 "igraph": "igraph:p",
141141 "jinja2": "python-markupsafe:p",
142142 "lxml": "python-lxml:p",
143143 "numpy": "python-numpy:p",
144144 "markupsafe": "python-markupsafe:p",
145145 "pip": "python-pip:p",
146- "pyyaml": "python-pyyaml :p python-types-pyyaml:p",
146+ "pyyaml": "python-pyaml :p python-types-pyyaml:p",
147147 "ruamel.yaml": "python-ruamel-yaml:p python-ruamel.yaml.clib:p",
148148 "sphinx": "python-markupsafe:p",
149149 "tomli": "python-tomli:p", # outdated, now part of Python as tomllib
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ jobs:
292292 "numpy": "python-numpy:p",
293293 "markupsafe": "python-markupsafe:p",
294294 "pip": "python-pip:p",
295- "pyyaml": "python-pyyaml :p python-types-pyyaml:p",
295+ "pyyaml": "python-pyaml :p python-types-pyyaml:p",
296296 "ruamel.yaml": "python-ruamel-yaml:p",
297297 # "ruamel.yaml": "python-ruamel-yaml:p python-ruamel.yaml.clib:p",
298298 "sphinx": "python-markupsafe:p",
Original file line number Diff line number Diff line change 33pyTooling ~= 8.11
44
55# Enforce latest version on ReadTheDocs
6- sphinx ~= 8.2
7- docutils ~= 0.21 .0
6+ sphinx ~= 9.1
7+ docutils ~= 0.22 .0
88docutils_stubs ~= 0.0.22
99
1010# ReadTheDocs Theme
1111sphinx_rtd_theme ~= 3.0
1212
1313# Sphinx Extenstions
14- sphinxcontrib-mermaid ~= 1.2
14+ sphinxcontrib-mermaid ~= 2.0
1515autoapi >= 2.0.1
16- sphinx_design ~= 0.6 .0
16+ sphinx_design ~= 0.7 .0
1717sphinx-copybutton >= 0.5.0
1818sphinx_autodoc_typehints ~= 3.5 # 3.6 is conflicting with old sphinx_design and rtd theme due to sphinx<9 and docutils<0.22
19- sphinx_reports ~= 0.9 .0
19+ sphinx_reports ~= 0.10 .0
Original file line number Diff line number Diff line change 3636__email__ = "Paebbels@gmail.com"
3737__copyright__ = "2017-2026, Patrick Lehmann"
3838__license__ = "Apache License, Version 2.0"
39- __version__ = "7.4.0 "
39+ __version__ = "7.4.1 "
4040__keywords__ = ["GitHub Actions" ]
4141__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
4242
You can’t perform that action at this time.
0 commit comments