Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-storages requirement from ~=1.12 to ~=1.13 #1103

Merged
merged 1 commit into from
Aug 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2022

Updates the requirements on django-storages to permit the latest version.

Changelog

Sourced from django-storages's changelog.

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

.. _#980: jschneier/django-storages#980 .. _#1118: jschneier/django-storages#1118 .. _#1113: jschneier/django-storages#1113 .. _#1112: jschneier/django-storages#1112 .. _#1132: jschneier/django-storages#1132 .. _#1134: jschneier/django-storages#1134 .. _#1159: jschneier/django-storages#1159 .. _#1158: jschneier/django-storages#1158 .. _#1164: jschneier/django-storages#1164 .. _#1093: jschneier/django-storages#1093

... (truncated)

Commits

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)

Updates the requirements on [django-storages](https://github.com/jschneier/django-storages) to permit the latest version.
- [Release notes](https://github.com/jschneier/django-storages/releases)
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.12...1.13)

---
updated-dependencies:
- dependency-name: django-storages
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 5, 2022
@rolandgeider rolandgeider merged commit 9b07675 into master Aug 7, 2022
@dependabot dependabot bot deleted the dependabot/pip/django-storages-approx-eq-1.13 branch August 7, 2022 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant