From 49ef844ba52db7d2069f557a3404c449741ba154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:29:14 +0000 Subject: [PATCH] Bump semver from 2.13.0 to 3.0.2 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] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a42dfca7..4f84962a 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.4.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 01983c6c..94f0ccbb 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.4.0 setuptools