From 5346e82b5a6ae2d85f20c6d520296195f92e9a30 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 5 Jul 2026 19:26:05 +0200 Subject: [PATCH 1/2] Fixed package name. --- .github/workflows/ApplicationTesting.yml | 2 +- .github/workflows/UnitTesting.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ApplicationTesting.yml b/.github/workflows/ApplicationTesting.yml index fb9817ba..154b5e79 100644 --- a/.github/workflows/ApplicationTesting.yml +++ b/.github/workflows/ApplicationTesting.yml @@ -183,7 +183,7 @@ jobs: "wheel": "python-wheel:p", "pyEDAA.ProjectModel": "python-ruamel-yaml:p python-ruamel.yaml.clib:p python-lxml:p", "pyEDAA.Reports": "python-ruamel-yaml:p python-ruamel.yaml.clib:p python-lxml:p", - "sphinx-reports": "python-markupsafe:p python-pyaml:p python-types-pyyaml:p", + "sphinx_reports": "python-markupsafe:p python-pyaml:p python-types-pyyaml:p", } subPackages = { "pytooling": { diff --git a/.github/workflows/UnitTesting.yml b/.github/workflows/UnitTesting.yml index f632dd04..a61066f0 100644 --- a/.github/workflows/UnitTesting.yml +++ b/.github/workflows/UnitTesting.yml @@ -302,7 +302,7 @@ jobs: "wheel": "python-wheel:p", "pyedaa.projectmodel": "python-ruamel-yaml:p python-ruamel.yaml.clib:p python-lxml:p", "pyedaa.reports": "python-ruamel-yaml:p python-ruamel.yaml.clib:p python-lxml:p", - "sphinx-reports": "python-markupsafe:p python-pyaml:p python-types-pyyaml:p", + "sphinx_reports": "python-markupsafe:p python-pyaml:p python-types-pyyaml:p", } subPackages = { "pytooling": { From a6a2b3f39386cc3f600312ff5431bd84bde6c7b7 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 5 Jul 2026 19:26:44 +0200 Subject: [PATCH 2/2] Bumped dependencies. --- dist/requirements.txt | 2 +- doc/index.rst | 2 +- doc/requirements.txt | 4 ++-- myFramework/Extension/__init__.py | 2 +- myPackage/__init__.py | 2 +- pyproject.toml | 4 ++-- requirements.txt | 2 +- run.ps1 | 2 +- tests/typing/requirements.txt | 6 +++--- tests/unit/requirements.txt | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dist/requirements.txt b/dist/requirements.txt index fc810d11..e0dde036 100644 --- a/dist/requirements.txt +++ b/dist/requirements.txt @@ -1,2 +1,2 @@ -wheel ~= 0.46.3 +wheel ~= 0.47.0 twine ~= 6.2 diff --git a/doc/index.rst b/doc/index.rst index 0b529e49..817a47f9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -164,7 +164,7 @@ Example Pipelines .. code-block:: toml [build-system] - requires = ["setuptools >= 80.0", "pyTooling ~= 8.14"] + requires = ["setuptools >= 83.0", "pyTooling ~= 8.15"] build-backend = "setuptools.build_meta" [tool.mypy] diff --git a/doc/requirements.txt b/doc/requirements.txt index 9df094be..6a519b22 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ -r ../requirements.txt -pyTooling ~= 8.14 +pyTooling ~= 8.15 # Enforce latest version on ReadTheDocs sphinx ~= 9.1 @@ -15,5 +15,5 @@ sphinxcontrib-mermaid ~= 2.0 autoapi >= 2.0.1 sphinx_design ~= 0.7.0 sphinx-copybutton >= 0.5.2 -sphinx_autodoc_typehints ~= 3.10 +sphinx_autodoc_typehints ~= 3.12 sphinx_reports ~= 0.11.0 diff --git a/myFramework/Extension/__init__.py b/myFramework/Extension/__init__.py index a70472aa..913e18eb 100644 --- a/myFramework/Extension/__init__.py +++ b/myFramework/Extension/__init__.py @@ -36,7 +36,7 @@ __email__ = "Paebbels@gmail.com" __copyright__ = "2017-2026, Patrick Lehmann" __license__ = "Apache License, Version 2.0" -__version__ = "7.10.1" +__version__ = "7.11.1" __keywords__ = ["GitHub Actions"] __issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues" diff --git a/myPackage/__init__.py b/myPackage/__init__.py index fbaa264a..1a879c76 100644 --- a/myPackage/__init__.py +++ b/myPackage/__init__.py @@ -36,7 +36,7 @@ __email__ = "Paebbels@gmail.com" __copyright__ = "2017-2026, Patrick Lehmann" __license__ = "Apache License, Version 2.0" -__version__ = "7.10.1" +__version__ = "7.11.1" __keywords__ = ["GitHub Actions"] __issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues" diff --git a/pyproject.toml b/pyproject.toml index ae00569a..0c2d6c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ - "setuptools >= 80.0", - "pyTooling ~= 8.14" + "setuptools >= 83.0", + "pyTooling ~= 8.15" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 10cb1afe..82b41f73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTooling ~= 8.14 +pyTooling ~= 8.15 diff --git a/run.ps1 b/run.ps1 index c47dbd8a..2c8a11e6 100644 --- a/run.ps1 +++ b/run.ps1 @@ -39,7 +39,7 @@ Param( $ProjectName = "Actions" $PackageName = "myPackage" -$PackageVersion = "7.10.1" +$PackageVersion = "7.11.1" $PythonVersion = "3.14" $LaTeXDocument = "${ProjectName}.tex" diff --git a/tests/typing/requirements.txt b/tests/typing/requirements.txt index 95ab13e1..66ab0a87 100644 --- a/tests/typing/requirements.txt +++ b/tests/typing/requirements.txt @@ -1,6 +1,6 @@ -r ../../requirements.txt # Static Type Checking -mypy[reports] ~= 1.19 -typing_extensions ~= 4.15 -lxml >= 5.4, <7.0 +mypy[reports] ~= 2.1 +typing_extensions ~= 4.16 +lxml >= 6.1, <7.0 diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 9d5f7fb7..8d118933 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1,8 +1,8 @@ -r ../../requirements.txt # Coverage collection -Coverage ~= 7.14 +Coverage ~= 7.15 # Test Runner -pytest ~= 9.0 +pytest ~= 9.1 pytest-cov ~= 7.1