From a689e24e36c2472b2fe77b8f9d98a28d5e16c2e8 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 20 Jan 2026 23:58:21 +0100 Subject: [PATCH] Bumped documentation dependencies. --- doc/Dependency.rst | 22 ++++++++++++---------- doc/requirements.txt | 14 +++++++------- pyEDAA/OutputFilter/__init__.py | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- run.ps1 | 2 +- 6 files changed, 23 insertions(+), 21 deletions(-) diff --git a/doc/Dependency.rst b/doc/Dependency.rst index dc3a304..4e69c30 100644 --- a/doc/Dependency.rst +++ b/doc/Dependency.rst @@ -50,7 +50,7 @@ PyPI (see :ref:`INSTALL`). +---------------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **Package** | **Version** | **License** | **Dependencies** | +=======================================================================================+=============+==========================================================================================================+=============================================================================================================================================================+ -| `pyTooling `__ | ≥8.10 | `Apache License, 2.0 `__ | *None* | +| `pyTooling `__ | ≥8.11 | `Apache License, 2.0 `__ | *None* | +---------------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -143,23 +143,25 @@ the mandatory dependencies too. +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | **Package** | **Version** | **License** | **Dependencies** | +=================================================================================================+==============+==========================================================================================================+======================================================================================================================================================+ -| `pyTooling `__ | ≥8.10 | `Apache License, 2.0 `__ | *None* | +| `pyTooling `__ | ≥8.11 | `Apache License, 2.0 `__ | *None* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `Sphinx `__ | ≥8.2 | `BSD 3-Clause `__ | *Not yet evaluated.* | +| `Sphinx `__ | ≥9.1 | `BSD 3-Clause `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `sphinxcontrib-mermaid `__ | ≥1.0 | `BSD `__ | *Not yet evaluated.* | +| `sphinx_rtd_theme `__ | ≥3.1 | `MIT `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `autoapi `__ | ≥2.0.1 | `Apache License, 2.0 `__ | *Not yet evaluated.* | +| `sphinxcontrib-mermaid `__ | ≥2.0 | `BSD `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `sphinx_btd_theme `__ | ≥0.5.2 | `MIT `__ | *Not yet evaluated.* | +| `autoapi `__ | ≥2.0.1 | `Apache License, 2.0 `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `sphinx_design `__ | ≥0.6 | `MIT `__ | *Not yet evaluated.* | +| `sphinx_design `__ | ≥0.7 | `MIT `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `sphinx-copybutton `__ | ≥0.5 | `MIT `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `sphinx_autodoc_typehints `__ | ≥3.5 | `MIT `__ | *Not yet evaluated.* | +| `sphinx_autodoc_typehints `__ | ≥3.6 | `MIT `__ | *Not yet evaluated.* | ++-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ +| `ruamel.yaml `__ | ≥0.19 | `MIT `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `ruamel.yaml `__ | ≥0.18 | `MIT `__ | *Not yet evaluated.* | +| `sphinx_reports `__ | ≥0.10 | `Apache License, 2.0 `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ .. _DEP/packaging: @@ -198,7 +200,7 @@ install the mandatory dependencies too. +----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | **Package** | **Version** | **License** | **Dependencies** | +============================================================================+==============+==========================================================================================================+======================================================================================================================================================+ -| `pyTooling `__ | ≥8.10 | `Apache License, 2.0 `__ | *None* | +| `pyTooling `__ | ≥8.11 | `Apache License, 2.0 `__ | *None* | +----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `wheel `__ | ≥0.45 | `MIT `__ | *Not yet evaluated.* | +----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/doc/requirements.txt b/doc/requirements.txt index b2b8259..ff3e7e8 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.0 +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/pyEDAA/OutputFilter/__init__.py b/pyEDAA/OutputFilter/__init__.py index 4c01d02..1c79b64 100644 --- a/pyEDAA/OutputFilter/__init__.py +++ b/pyEDAA/OutputFilter/__init__.py @@ -34,7 +34,7 @@ __email__ = "Paebbels@gmail.com" __copyright__ = "2014-2026, Patrick Lehmann" __license__ = "Apache License, Version 2.0" -__version__ = "0.5.0" +__version__ = "0.5.1" __keywords__ = ["cli", "abstraction layer", "eda", "filter", "classification"] diff --git a/pyproject.toml b/pyproject.toml index d13c9c1..ccbb108 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 5983f34..7f1aa44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTooling[terminal] ~= 8.10 +pyTooling[terminal] ~= 8.11 diff --git a/run.ps1 b/run.ps1 index 6fc95b6..772d75c 100644 --- a/run.ps1 +++ b/run.ps1 @@ -33,7 +33,7 @@ Param( ) $PackageName = "pyEDAA.OutputFilter" -$PackageVersion = "0.5.0" +$PackageVersion = "0.5.1" # set default values $EnableDebug = [bool]$PSCmdlet.MyInvocation.BoundParameters["Debug"]