From e220f9355a6214efd1e9c8749b73e246d47ddf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 08:42:05 +0000 Subject: [PATCH] build(deps): update semver requirement from ~=2.13 to ~=3.0 Updates the requirements on [semver](https://github.com/python-semver/python-semver) to permit the latest version. - [Release notes](https://github.com/python-semver/python-semver/releases) - [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-semver/python-semver/compare/2.13.0...3.0.4) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c096b45..639e9a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ 'boilerplates[setup] ~= 1.0', 'GitPython ~= 3.1', 'packaging >= 24.0', - 'semver ~= 2.13, < 3.1' + 'semver ~= 3.0' ] [tool.flake8]