From 1b9094714096d82336afc9fd9e17b42d5e9a6a42 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 9 Jul 2026 19:25:27 +0200 Subject: [PATCH 1/2] Bumped dependencies. --- doc/Dependency.rst | 8 ++++---- doc/requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- tests/typing/requirements.txt | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/Dependency.rst b/doc/Dependency.rst index 22febd33..6b59dd6c 100644 --- a/doc/Dependency.rst +++ b/doc/Dependency.rst @@ -50,7 +50,7 @@ PyPI (see :ref:`INSTALL`). +---------------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **Package** | **Version** | **License** | **Dependencies** | +=======================================================================================+=============+==========================================================================================================+=============================================================================================================================================================+ -| `pyTooling `__ | ≥8.15 | `Apache License, 2.0 `__ | *None* | +| `pyTooling `__ | ≥8.16 | `Apache License, 2.0 `__ | *None* | +---------------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | `pyVHDLModel `__ | ≥0.37 | `Apache License, 2.0 `__ | * `pyTooling `__ (`Apache License, 2.0 `__) | +---------------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -104,7 +104,7 @@ the mandatory dependencies too. +---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | `Coverage `__ | ≥7.15 | `Apache License, 2.0 `__ | *Not yet evaluated.* | +---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ -| `mypy `__ | ≥2.1 | `MIT `__ | *Not yet evaluated.* | +| `mypy `__ | ≥2.3 | `MIT `__ | *Not yet evaluated.* | +---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | `typing-extensions `__ | ≥4.16 | `PSF-2.0 `__ | *Not yet evaluated.* | +---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ @@ -149,7 +149,7 @@ the mandatory dependencies too. +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | **Package** | **Version** | **License** | **Dependencies** | +=================================================================================================+==============+==========================================================================================================+======================================================================================================================================================+ -| `pyTooling `__ | ≥8.15 | `Apache License, 2.0 `__ | *None* | +| `pyTooling `__ | ≥8.16 | `Apache License, 2.0 `__ | *None* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `Sphinx `__ | ≥9.1 | `BSD 3-Clause `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -206,7 +206,7 @@ install the mandatory dependencies too. +----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | **Package** | **Version** | **License** | **Dependencies** | +============================================================================+==============+==========================================================================================================+======================================================================================================================================================+ -| `pyTooling `__ | ≥8.15 | `Apache License, 2.0 `__ | *None* | +| `pyTooling `__ | ≥8.16 | `Apache License, 2.0 `__ | *None* | +----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `wheel `__ | ≥0.47 | `MIT `__ | *Not yet evaluated.* | +----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/doc/requirements.txt b/doc/requirements.txt index b53e0c35..5a670e92 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -14,4 +14,4 @@ autoapi >= 2.0.1 sphinx_design ~= 0.7.0 sphinx-copybutton >= 0.5.2 sphinx_autodoc_typehints ~= 3.12 -sphinx_reports ~= 0.11.0 +sphinx_reports ~= 0.11.1 diff --git a/pyproject.toml b/pyproject.toml index 98876dce..7832b062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools >= 83.0", - "pyTooling ~= 8.15" + "pyTooling ~= 8.16" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 5a45b365..c78dfcbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyTooling ~= 8.15 +pyTooling ~= 8.16 pyVHDLModel ~= 0.37.0 pySVModel ~= 0.5.11 pySystemRDLModel ~= 0.3.10 diff --git a/tests/typing/requirements.txt b/tests/typing/requirements.txt index cde824b9..6fe31217 100644 --- a/tests/typing/requirements.txt +++ b/tests/typing/requirements.txt @@ -1,6 +1,6 @@ -r ../../requirements.txt # Static Type Checking -mypy[reports] ~= 2.1 +mypy[reports] ~= 2.3 typing_extensions ~= 4.16 lxml >= 6.1 , <7.0 From 5edcf7a3d1c562a723dc0faec7dbf7639cb72777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:52:38 +0000 Subject: [PATCH 2/2] [Dependabot]: Update sphinxcontrib-mermaid requirement Updates the requirements on [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) to permit the latest version. - [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: sphinxcontrib-mermaid dependency-version: 2.1.0 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 5a670e92..c785c495 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -9,7 +9,7 @@ docutils_stubs ~= 0.0.22 sphinx_rtd_theme ~= 3.1 # Sphinx Extenstions -sphinxcontrib-mermaid ~= 2.0 +sphinxcontrib-mermaid ~= 2.1 autoapi >= 2.0.1 sphinx_design ~= 0.7.0 sphinx-copybutton >= 0.5.2