From ae62c9d982b4da8e9b57d54526bbafdd2ba72e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:48:15 +0000 Subject: [PATCH] Update dohq-artifactory requirement from <0.10,>=0.9 to >=0.9,<0.11 Updates the requirements on [dohq-artifactory](https://github.com/devopshq/artifactory) to permit the latest version. - [Release notes](https://github.com/devopshq/artifactory/releases) - [Changelog](https://github.com/devopshq/artifactory/blob/master/CHANGELOG.md) - [Commits](https://github.com/devopshq/artifactory/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: dohq-artifactory dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de0bc26..6fa998e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = [ - "dohq-artifactory>=0.9,<0.10", + "dohq-artifactory>=0.9,<0.11", "Flask>=2.1,<3", "semver>=2,<4", "base64io>=1,<2",