From 7538e081529f2e15e2bca091356982e548ce8dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:08:46 +0000 Subject: [PATCH] Update ovh requirement from <1.1,>=0.5.0 to >=0.5.0,<1.2 Updates the requirements on [ovh](https://github.com/ovh/python-ovh) to permit the latest version. - [Release notes](https://github.com/ovh/python-ovh/releases) - [Changelog](https://github.com/ovh/python-ovh/blob/master/CHANGELOG.md) - [Commits](https://github.com/ovh/python-ovh/compare/v0.5.0...v1.1.0) --- updated-dependencies: - dependency-name: ovh dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67f7067..43055b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ovh >= 0.5.0, < 1.1 +ovh >= 0.5.0, < 1.2 psutil >= 5.7.2, < 6 psycopg2-binary >= 2.8.4, < 3 python-dateutil >= 2.8.1, < 3