From 16affd8a3708f28bf0bbd39c76c390c756606531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 18:32:47 +0000 Subject: [PATCH] build(deps): bump semver from 3.0.4 to 3.1.0 Bumps [semver](https://github.com/python-semver/python-semver) from 3.0.4 to 3.1.0. - [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/3.0.4...3.1.0) --- updated-dependencies: - dependency-name: semver dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf447145..7b0925a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "typing-extensions==4.16.0", "tldextract==5.3.2", "sarif-om==1.0.4", - "semver==3.0.4", + "semver==3.1.0", "patch-ng==1.19.1", "cyclonedx-python-lib==11.12.0", "infer-license==0.1.0; python_version <= '3.10.0'",