From 98c50bd1a47b7765510f99ae0e9469f4d3646569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 05:47:43 +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.2) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21d64a3..b3937ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ boilerplates[logging] ~= 1.0 GitPython ~= 3.1 packaging >= 23.0 -semver ~= 2.13 +semver ~= 3.0