From 0cb9f10bff3631b7bf60c2c8d2d572bd6dd299f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 17:38:38 +0000 Subject: [PATCH] build(deps): bump semantic-version from 2.8.5 to 2.9.0 Bumps [semantic-version](https://github.com/rbarrois/python-semanticversion) from 2.8.5 to 2.9.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.8.5...2.9.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 479425c9..402c5a86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ watchdog==2.1.6 infi.systray==0.1.12; sys_platform == 'win32' # argh==0.26.2 watchdog dep # pyyaml==5.3.1 watchdog dep -semantic-version==2.8.5 +semantic-version==2.9.0 # Base requirement for MacOS pyobjc; sys_platform == 'darwin'