jowilf / sqlalchemy-file

SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
https://jowilf.github.io/sqlalchemy-file/
MIT License
83 stars 11 forks source link

Update apache-libcloud requirement from >=3.6.0,<3.7 to >=3.6.0,<3.8 #36

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on apache-libcloud to permit the latest version.

Changelog

Sourced from apache-libcloud's changelog.

Changes in Apache Libcloud 3.7.0

Common


- Support for Python 3.6 which has been EOL for more than a year now has been
  removed.

If you still want to use Libcloud with Python 3.6, you should use an older release which still supports Python 3.6. (GITHUB-1611)

Compute

  • [CloudSigma] Update API URLs for US locations. (GITHUB-1781) [Mohsen Hassani - @ mohsen-hassani-cs]

  • [GCP] Fix OAuth2 desktop client login. (GITHUB-1806, GITHUB-1807) [Veith Röthlingshöfer - @​RunOrVeith]

Storage


- [Amazon S3] Add support for ``af-south-1`` region.
  (GITHUB-1821)
  [@alier350]

Other


- Also run unit tests under Python 3.11 on CI/CD and indicate we also support
  Python 3.11.
  (GITHUB-1818)

Changes in Apache Libcloud 3.6.1
--------------------------------

Common
  • [OpenStack] Fix OpenStack Identitiy bug when auth url contains a path.

    (GITHUB-1717, GITHUB-1718) [Dimitris Galanis - @​dimgal1]

</tr></table>

... (truncated)

Commits
  • 40f432e Scrape latest pricing and instance sizes data.
  • cdde0c1 Prepare changes for v3.7.0 release.
  • 2265dd0 Remove py3.6 tox target.
  • 9cff0d0 Update info on Python version compatibility.
  • 81789df Merge remote-tracking branch 'remotes/upstream/dependabot/pip/cryptography-39...
  • 233feb0 Bump pyopenssl from 22.1.0 to 23.0.0
  • da37f4d Bump cryptography from 38.0.4 to 39.0.0
  • 6923590 Fix lint.
  • d578239 Add changelog entry for #1821.
  • 22ebb54 Re-generate provider tables.
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (4dd235d) compared to base (379f82b). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #36 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 26 26 Lines 1828 1828 ========================================= Hits 1828 1828 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.