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..3e9b8ea3 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-autoprogram ~= 0.1.0
+sphinxcontrib-mermaid ~= 2.0
+sphinxcontrib-autoprogram ~= 0.1.9
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