Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions doc/Dependency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://libraries.io/>`_ | `Requires.io <https://requires.io/>`_ |
| `Libraries.io <https://libraries.io/>`_ | Vulnerabilities Summary |
+==========================================+==========================================+
| |img-Reports-lib-status| | |img-Reports-req-status| |
| |img-Reports-lib-status| | |img-Reports-vul-status| |
+------------------------------------------+------------------------------------------+


Expand Down
16 changes: 8 additions & 8 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools >= 80.0",
"wheel ~= 0.45.0",
"pyTooling ~= 8.10"
"pyTooling ~= 8.11"
]
build-backend = "setuptools.build_meta"

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Loading