From 32f4aed06e2e4f45a4297199fcd560d05e3b17d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:06:42 +0000 Subject: [PATCH] Update relic-tool-sga-core requirement from ~=1.0.0 to >=1.0,<1.2 Updates the requirements on [relic-tool-sga-core](https://github.com/MAK-Relic-Tool/Relic-Tool-SGA-Core) to permit the latest version. - [Release notes](https://github.com/MAK-Relic-Tool/Relic-Tool-SGA-Core/releases) - [Commits](https://github.com/MAK-Relic-Tool/Relic-Tool-SGA-Core/compare/v1.0.0...v1.1.4) --- updated-dependencies: - dependency-name: relic-tool-sga-core 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..f02ff70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,4 +25,4 @@ install_requires = ; relic-tool-sga-v5 ~= 1.0.0 ; relic-tool-sga-v7 ~= 1.0.0 ; relic-tool-sga-v9 ~= 1.0.0 - relic-tool-sga-core ~= 1.0.0 \ No newline at end of file + relic-tool-sga-core >= 1.0,< 1.2 \ No newline at end of file