From 7220c3cbd76e265e7a35f778a48173b9ca8d1a70 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 21 Jan 2026 00:04:07 +0100 Subject: [PATCH 1/2] Bumped documentation dependencies. --- .github/workflows/Pipeline.yml | 6 +++--- doc/Dependency.rst | 10 +++++----- doc/requirements.txt | 14 +++++++------- pyproject.toml | 2 +- requirements.txt | 4 ++-- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index b840a1c1..469835cc 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -39,7 +39,7 @@ jobs: - name: List generated XML reports run: ls -lAh examples/Java/JUnit/build/*.xml - name: 📤 Upload JUnit XML files as artifact - uses: pyTooling/upload-artifact@v5 + uses: pyTooling/upload-artifact@v6 with: name: Java-Ant-JUnit4 path: examples/Java/JUnit/build/*.xml @@ -68,7 +68,7 @@ jobs: run: | ls -lAh examples/Cpp/GoogleTest/*.xml - name: 📤 Upload JUnit XML files as artifact - uses: pyTooling/upload-artifact@v5 + uses: pyTooling/upload-artifact@v6 with: name: Cpp-GoogleTest path: examples/Cpp/GoogleTest/*.xml @@ -91,7 +91,7 @@ jobs: - name: List generated XML reports run: ls -lAh examples/Python/pytest/*.xml - name: 📤 Upload JUnit XML files as artifact - uses: pyTooling/upload-artifact@v5 + uses: pyTooling/upload-artifact@v6 with: name: Python-pytest path: examples/Python/pytest/*.xml diff --git a/doc/Dependency.rst b/doc/Dependency.rst index 98ef2143..f00dd093 100644 --- a/doc/Dependency.rst +++ b/doc/Dependency.rst @@ -7,15 +7,15 @@ Dependencies :alt: Libraries.io status for latest release :height: 22 :target: https://libraries.io/github/edaa-org/pyEDAA.Reports -.. |img-Reports-req-status| image:: https://img.shields.io/requires/github/pyEDAA/pyEDAA.Reports - :alt: Requires.io +.. |img-Reports-vul-status| image:: https://img.shields.io/snyk/vulnerabilities/github/edaa-org/pyEDAA.Reports + :alt: Snyk Vulnerabilities for GitHub Repo :height: 22 - :target: https://requires.io/github/edaa-org/pyEDAA.Reports/requirements/?branch=main + :target: https://img.shields.io/snyk/vulnerabilities/github/edaa-org/pyEDAA.Reports +------------------------------------------+------------------------------------------+ -| `Libraries.io `_ | `Requires.io `_ | +| `Libraries.io `_ | Vulnerabilities Summary | +==========================================+==========================================+ -| |img-Reports-lib-status| | |img-Reports-req-status| | +| |img-Reports-lib-status| | |img-Reports-vul-status| | +------------------------------------------+------------------------------------------+ diff --git a/doc/requirements.txt b/doc/requirements.txt index f9c2f5ae..ff3e7e8c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,18 +1,18 @@ -r ../requirements.txt # Enforce latest version on ReadTheDocs -sphinx ~= 8.2 -docutils ~= 0.21.0 +sphinx ~= 9.1 +docutils ~= 0.22.0 docutils_stubs ~= 0.0.22 # ReadTheDocs Theme -sphinx_rtd_theme ~= 3.0 +sphinx_rtd_theme ~= 3.1 # Sphinx Extenstions -sphinxcontrib-mermaid ~= 1.0 +sphinxcontrib-mermaid ~= 2.0 sphinxcontrib-autoprogram ~= 0.1.0 autoapi >= 2.0.1 -sphinx_design ~= 0.6.1 +sphinx_design ~= 0.7.0 sphinx-copybutton >= 0.5.0 -sphinx_autodoc_typehints ~= 3.5 -sphinx_reports ~= 0.9.0 +sphinx_autodoc_typehints ~= 3.6 +sphinx_reports ~= 0.10.0 diff --git a/pyproject.toml b/pyproject.toml index 776e18e2..05ff1983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools >= 80.0", "wheel ~= 0.45.0", - "pyTooling ~= 8.10" + "pyTooling ~= 8.11" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 67b7b340..9bb08ed5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyTooling >= 8.10, <10.0 -ruamel.yaml ~= 0.18.0 +pyTooling >= 8.11, <10.0 +ruamel.yaml ~= 0.19.0 lxml >= 5.4, <7.0 From 1a7be6495b96076047e86ef47023a8a8477b8da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:28:32 +0000 Subject: [PATCH 2/2] [Dependabot]: Update sphinxcontrib-autoprogram requirement Updates the requirements on [sphinxcontrib-autoprogram](https://github.com/sphinx-contrib/autoprogram) to permit the latest version. - [Release notes](https://github.com/sphinx-contrib/autoprogram/releases) - [Changelog](https://github.com/sphinx-contrib/autoprogram/blob/master/doc/changelog.rst) - [Commits](https://github.com/sphinx-contrib/autoprogram/compare/0.1.0...0.1.9) --- updated-dependencies: - dependency-name: sphinxcontrib-autoprogram dependency-version: 0.1.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index ff3e7e8c..3e9b8ea3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -10,7 +10,7 @@ sphinx_rtd_theme ~= 3.1 # Sphinx Extenstions sphinxcontrib-mermaid ~= 2.0 -sphinxcontrib-autoprogram ~= 0.1.0 +sphinxcontrib-autoprogram ~= 0.1.9 autoapi >= 2.0.1 sphinx_design ~= 0.7.0 sphinx-copybutton >= 0.5.0