geonode icon indicating copy to clipboard operation
geonode copied to clipboard

Bump django-storages from 1.12.3 to 1.13.1

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps django-storages from 1.12.3 to 1.13.1.

Changelog

Sourced from django-storages's changelog.

1.13.1 (2022-08-06)


Dropbox

  • Strip off the root path when saving files to fix saving with upgraded versions of Django ([#1168](https://github.com/jschneier/django-storages/issues/1168)_)
  • Update DropBoxStorage constructor parameter order to be backwards compatible ([#1167](https://github.com/jschneier/django-storages/issues/1167)_)

.. _#1167: jschneier/django-storages#1167 .. _#1168: jschneier/django-storages#1168

1.13 (2022-08-05)


General

  • Add support for Django 4.0 and 4.1 ([#1093](https://github.com/jschneier/django-storages/issues/1093)_)
  • Drop support for Django 2.2, 3.0 and 3.1 ([#1093](https://github.com/jschneier/django-storages/issues/1093)_)
  • Drop support for Python 3.5 and 3.6 ([#1093](https://github.com/jschneier/django-storages/issues/1093)_)

S3

  • Breaking Update and document the undocumented AWS_S3_URL_PROTOCOL from http: to https: and remove the undocumented AWS_S3_SECURE_URLS setting. You should only need to update your settings if you had updated either of these previously undocumented settings. The default behavior of constructing an https: URL with a custom domain is unchanged. ([#1164](https://github.com/jschneier/django-storages/issues/1164)_)
  • Add AWS_S3_USE_THREADS to disable threading for compatibility with gevent ([#1112](https://github.com/jschneier/django-storages/issues/1112)_)

Dropbox

  • Add support for refresh tokens ([#1159](https://github.com/jschneier/django-storages/issues/1159)_)
  • Ignore ApiError exception in url() ([#1158](https://github.com/jschneier/django-storages/issues/1158)_)

Azure

  • Restore support for AZURE_ENDPOINT_SUFFIX ([#1118](https://github.com/jschneier/django-storages/issues/1118)_)
  • Replace deprecated download_to_stream with readinto ([#1113](https://github.com/jschneier/django-storages/issues/1113)_)
  • Add AZURE_API_VERSION setting ([#1132](https://github.com/jschneier/django-storages/issues/1132)_)
  • Fix get_modified_time() ([#1134](https://github.com/jschneier/django-storages/issues/1134)_)

Google Cloud

  • Add support for gzipping files via GS_IS_GZIPPED and GZIP_CONTENT_TYPES ([#980](https://github.com/jschneier/django-storages/issues/980)_)
  • Use GS_BLOB_CHUNK_SIZE with files that already exist

... (truncated)

Commits

Dependabot compatibility score

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)

dependabot[bot] avatar Aug 08 '22 00:08 dependabot[bot]