From 4a71a5bb6cb7b5228afa59d06e333aed36df99f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:38:19 +0100 Subject: [PATCH] Bump semver from 2.13.0 to 3.0.2 (#738) Bumps [semver](https://github.com/python-semver/python-semver) from 2.13.0 to 3.0.2. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6972eb14..565bee00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ filetype==1.2.0 junit-xml==1.9 emoji==2.2.0 lxml==4.9.2 -semver==2.13.0 +semver==3.0.2 IPython==7.16.1 orjson==3.8.8 diskcache==5.6.3 diff --git a/requirements_dev.txt b/requirements_dev.txt index 44e1ff15..ac69153a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ lxml==4.9.2 ddt==1.6.0 pytest==7.4.0 nose==1.3.7 -semver==2.13.0 +semver==3.0.2 IPython==7.16.1 diskcache==5.6.3 setuptools