Skip to content

Commit 21a4bcd

Browse files
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](apache/libcloud@v3.6.0...v3.8.0) --- updated-dependencies: - dependency-name: apache-libcloud dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8eac799 commit 21a4bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"SQLAlchemy >=1.4, <2.1",
34-
"apache-libcloud >=3.6, <3.8",
34+
"apache-libcloud >=3.6, <3.9",
3535
]
3636
dynamic = ["version"]
3737

0 commit comments

Comments
 (0)