From db14c747b43f80258ce7ebcdb73fdac7e161db24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 17:04:05 +0000 Subject: [PATCH] build(deps): bump semantic-version from 2.9.0 to 2.10.0 Bumps [semantic-version](https://github.com/rbarrois/python-semanticversion) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/rbarrois/python-semanticversion/releases) - [Changelog](https://github.com/rbarrois/python-semanticversion/blob/master/ChangeLog) - [Commits](https://github.com/rbarrois/python-semanticversion/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: semantic-version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 899941f3..fe63dbfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ watchdog==2.1.8 infi.systray==0.1.12; sys_platform == 'win32' # argh==0.26.2 watchdog dep # pyyaml==5.3.1 watchdog dep -semantic-version==2.9.0 +semantic-version==2.10.0 # Base requirement for MacOS pyobjc; sys_platform == 'darwin'