Skip to content

Commit 1ac3124

Browse files
authored
v7.4.1
2 parents 8274b22 + cbd7840 commit 1ac3124

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ApplicationTesting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/UnitTesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

doc/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
pyTooling ~= 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
88
docutils_stubs ~= 0.0.22
99

1010
# ReadTheDocs Theme
1111
sphinx_rtd_theme ~= 3.0
1212

1313
# Sphinx Extenstions
14-
sphinxcontrib-mermaid ~= 1.2
14+
sphinxcontrib-mermaid ~= 2.0
1515
autoapi >= 2.0.1
16-
sphinx_design ~= 0.6.0
16+
sphinx_design ~= 0.7.0
1717
sphinx-copybutton >= 0.5.0
1818
sphinx_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

myPackage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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

0 commit comments

Comments
 (0)