From 262fbfe31f888c62951d51db76f9e8b853c3eeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:06:48 +0000 Subject: [PATCH] Update relic-tool-sga-v2 requirement from ~=1.0.0 to >=1.0,<1.2 Updates the requirements on [relic-tool-sga-v2](https://github.com/MAK-Relic-Tool/Relic-Tool-SGA-V2) to permit the latest version. - [Release notes](https://github.com/MAK-Relic-Tool/Relic-Tool-SGA-V2/releases) - [Commits](https://github.com/MAK-Relic-Tool/Relic-Tool-SGA-V2/compare/v1.0.0...v1.1.3) --- updated-dependencies: - dependency-name: relic-tool-sga-v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3e01248..7c32139 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ python_requires = >=3.9 install_requires = - relic-tool-sga-v2 ~= 1.0.0 + relic-tool-sga-v2 >= 1.0,< 1.2 ; relic-tool-sga-v5 ~= 1.0.0 ; relic-tool-sga-v7 ~= 1.0.0 ; relic-tool-sga-v9 ~= 1.0.0