From 21a4bcdbb022168ea857e5c6adf2ed35b24a7858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:41:31 -0500 Subject: [PATCH] Update apache-libcloud requirement from <3.8,>=3.6 to >=3.6,<3.9 (#99) Updates the requirements on [apache-libcloud](https://github.com/apache/libcloud) to permit the latest version. - [Changelog](https://github.com/apache/libcloud/blob/trunk/CHANGES.rst) - [Commits](https://github.com/apache/libcloud/compare/v3.6.0...v3.8.0) --- updated-dependencies: - dependency-name: apache-libcloud dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5f7b96..b029269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ ] dependencies = [ "SQLAlchemy >=1.4, <2.1", - "apache-libcloud >=3.6, <3.8", + "apache-libcloud >=3.6, <3.9", ] dynamic = ["version"]