From 51b48dd3a5cd6c37b1cc29996f3199b53eb9295e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:06:57 +0000 Subject: [PATCH 1/3] [Dependabot]: Update sphinx requirement from ~=7.2 to ~=7.3 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.0...v7.3.5) --- updated-dependencies: - dependency-name: sphinx 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 b40b0e14..caa4763a 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,7 +4,7 @@ pyTooling ~= 6.1 colorama >= 0.4.6 # Enforce latest version on ReadTheDocs -sphinx ~= 7.2 +sphinx ~= 7.3 docutils ~= 0.18.0 # ReadTheDocs Theme From 8de8855a1cd624acb6c34353c3ebc5fea7e36172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:07:55 +0000 Subject: [PATCH 2/3] [Dependabot]: Update coverage requirement from ~=7.4 to ~=7.5 Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.0...7.5.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 021cd377..b08e3733 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ -r ../requirements.txt # Coverage collection -Coverage ~= 7.4 +Coverage ~= 7.5 # Test Runner pytest ~= 8.1 From 0a65e50ad1fca8f0c0625d05aa716ece34d823cb Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 24 Apr 2024 07:37:31 +0200 Subject: [PATCH 3/3] Bumped version to v0.13.3. --- doc/Dependency.rst | 4 ++-- pyVersioning/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Dependency.rst b/doc/Dependency.rst index a1683daa..213fddb0 100644 --- a/doc/Dependency.rst +++ b/doc/Dependency.rst @@ -98,7 +98,7 @@ the mandatory dependencies too. +---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | `pytest-cov `__ | ≥5.0 | `MIT `__ | *Not yet evaluated.* | +---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ -| `Coverage `__ | ≥7.4 | `Apache License, 2.0 `__ | *Not yet evaluated.* | +| `Coverage `__ | ≥7.5 | `Apache License, 2.0 `__ | *Not yet evaluated.* | +---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | `mypy `__ | ≥1.9 | `MIT `__ | *Not yet evaluated.* | +---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ @@ -146,7 +146,7 @@ the mandatory dependencies too. +=================================================================================================+==============+==========================================================================================================+======================================================================================================================================================+ | `pyTooling `__ | ≥6.1.0 | `Apache License, 2.0 `__ | *None* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `Sphinx `__ | ≥7.2.0 | `BSD 3-Clause `__ | *Not yet evaluated.* | +| `Sphinx `__ | ≥7.3.0 | `BSD 3-Clause `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | `sphinxcontrib-mermaid `__ | ≥0.9.2 | `BSD `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/pyVersioning/__init__.py b/pyVersioning/__init__.py index b4f1b617..eddb110d 100644 --- a/pyVersioning/__init__.py +++ b/pyVersioning/__init__.py @@ -32,7 +32,7 @@ __email__ = "Paebbels@gmail.com" __copyright__ = "2020-2024, Patrick Lehmann" __license__ = "Apache License, Version 2.0" -__version__ = "0.13.2" +__version__ = "0.13.3" __keywords__ = ["Python3", "Template", "Versioning", "Git"] from dataclasses import make_dataclass