Skip to content

Commit df8d4aa

Browse files
Update apache-libcloud requirement from >=3.6.0,<3.7 to >=3.6.0,<3.8 (#36)
Updates the requirements on [apache-libcloud](https://github.com/apache/libcloud) to permit the latest version. - [Release notes](https://github.com/apache/libcloud/releases) - [Changelog](https://github.com/apache/libcloud/blob/trunk/CHANGES.rst) - [Commits](apache/libcloud@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: apache-libcloud dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 379f82b commit df8d4aa

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
@@ -30,7 +30,7 @@ classifiers = [
3030
[tool.poetry.dependencies]
3131
python = "^3.7"
3232
SQLAlchemy = ">=1.4,<1.5"
33-
apache-libcloud = ">=3.6.0,<3.7"
33+
apache-libcloud = ">=3.6.0,<3.8"
3434

3535
[tool.poetry.group.dev.dependencies]
3636
pytest = "^7.2.0"

0 commit comments

Comments
 (0)