From edc4ab3e866d9935ff1db0261fb39ebb2a941b27 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Fri, 21 Feb 2025 00:10:10 +0100 Subject: [PATCH] Bumped copyright year to 2025. --- doc/requirements.txt | 6 +++--- pyDummy/__init__.py | 4 ++-- pyExamples/Extensions/__init__.py | 4 ++-- pyproject.toml | 2 +- requirements.txt | 2 +- setup.py | 2 +- tests/platform/Specific.py | 2 +- tests/requirements.txt | 2 +- tests/unit/Dummy.py | 2 +- tests/unit/__init__.py | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index e34a515..884b5e0 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,9 +1,9 @@ -r ../requirements.txt -pyTooling ~= 8.0 +pyTooling ~= 8.1 # Enforce latest version on ReadTheDocs -sphinx ~= 8.1 +sphinx ~= 8.2 docutils ~= 0.21 docutils_stubs ~= 0.0.22 @@ -15,5 +15,5 @@ sphinxcontrib-mermaid ~= 1.0 autoapi >= 2.0.1 sphinx_design ~= 0.6.1 sphinx-copybutton >= 0.5.2 -sphinx_autodoc_typehints ~= 3.0 +sphinx_autodoc_typehints ~= 3.1 sphinx_reports ~= 0.7 diff --git a/pyDummy/__init__.py b/pyDummy/__init__.py index f8050ce..c453bd0 100644 --- a/pyDummy/__init__.py +++ b/pyDummy/__init__.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2017-2024 Patrick Lehmann - Bötzingen, Germany # +# Copyright 2017-2025 Patrick Lehmann - Bötzingen, Germany # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -34,7 +34,7 @@ A module for a set of dummy classes. __author__ = "Patrick Lehmann" __email__ = "Paebbels@gmail.com" -__copyright__ = "2017-2024, Patrick Lehmann" +__copyright__ = "2017-2025, Patrick Lehmann" __license__ = "Apache License, Version 2.0" __version__ = "0.4.4" __keywords__ = ["GitHub Actions"] diff --git a/pyExamples/Extensions/__init__.py b/pyExamples/Extensions/__init__.py index 437cb70..7afe407 100644 --- a/pyExamples/Extensions/__init__.py +++ b/pyExamples/Extensions/__init__.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2017-2024 Patrick Lehmann - Bötzingen, Germany # +# Copyright 2017-2025 Patrick Lehmann - Bötzingen, Germany # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -34,7 +34,7 @@ A module for a set of dummy classes. __author__ = "Patrick Lehmann" __email__ = "Paebbels@gmail.com" -__copyright__ = "2017-2024, Patrick Lehmann" +__copyright__ = "2017-2025, Patrick Lehmann" __license__ = "Apache License, Version 2.0" __version__ = "0.14.8" __keywords__ = ["GitHub Actions"] diff --git a/pyproject.toml b/pyproject.toml index 1db67d4..0d5e5f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools ~= 75.8", "wheel ~= 0.45", - "pyTooling ~= 8.0" + "pyTooling ~= 8.1" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 4db3549..9ce072f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTooling ~= 8.0 +pyTooling ~= 8.1 diff --git a/setup.py b/setup.py index 4c4e234..af9a65c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2017-2024 Patrick Lehmann - Bötzingen, Germany # +# Copyright 2017-2025 Patrick Lehmann - Bötzingen, Germany # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/platform/Specific.py b/tests/platform/Specific.py index 1ccea7d..8ce4fe5 100644 --- a/tests/platform/Specific.py +++ b/tests/platform/Specific.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2017-2024 Patrick Lehmann - Bötzingen, Germany # +# Copyright 2017-2025 Patrick Lehmann - Bötzingen, Germany # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/requirements.txt b/tests/requirements.txt index bb0099f..b20836a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,6 +8,6 @@ pytest ~= 8.3 pytest-cov ~= 6.0 # Static Type Checking -mypy ~= 1.14 +mypy ~= 1.15 typing_extensions ~= 4.12 lxml ~= 5.3 diff --git a/tests/unit/Dummy.py b/tests/unit/Dummy.py index 2fb41d7..798b07c 100644 --- a/tests/unit/Dummy.py +++ b/tests/unit/Dummy.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2017-2024 Patrick Lehmann - Bötzingen, Germany # +# Copyright 2017-2025 Patrick Lehmann - Bötzingen, Germany # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 5a7925f..78d8bba 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2017-2024 Patrick Lehmann - Bötzingen, Germany # +# Copyright 2017-2025 Patrick Lehmann - Bötzingen, Germany # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. #