Skip to content

Commit

Permalink
Update apache-libcloud requirement from >=3.6.0,<3.7 to >=3.6.0,<3.8 (#…
Browse files Browse the repository at this point in the history
…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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2023
1 parent 379f82b commit df8d4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
SQLAlchemy = ">=1.4,<1.5"
apache-libcloud = ">=3.6.0,<3.7"
apache-libcloud = ">=3.6.0,<3.8"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit df8d4aa

Please sign in to comment.