pycon icon indicating copy to clipboard operation
pycon copied to clipboard

Bump django-storages from 1.11.1 to 1.13.1 in /backend

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps django-storages from 1.11.1 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 04:08 dependabot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
pycon 🛑 Canceled (Inspect) Dec 19, 2022 at 6:57PM (UTC)
1 Ignored Deployment
Name Status Preview Comments Updated
association-frontend ⬜️ Ignored (Inspect) Dec 19, 2022 at 6:57PM (UTC)

vercel[bot] avatar Aug 08 '22 04:08 vercel[bot]

Codecov Report

Merging #2989 (4faccfd) into main (21166a1) will decrease coverage by 1.03%. The diff coverage is 94.70%.

:exclamation: Current head 4faccfd differs from pull request most recent head a33ee2e. Consider uploading reports for the commit a33ee2e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2989      +/-   ##
==========================================
- Coverage   92.69%   91.66%   -1.04%     
==========================================
  Files         116      147      +31     
  Lines        2574     4031    +1457     
  Branches      247      415     +168     
==========================================
+ Hits         2386     3695    +1309     
- Misses        174      301     +127     
- Partials       14       35      +21     

codecov[bot] avatar Aug 08 '22 04:08 codecov[bot]

Superseded by #3195.

dependabot[bot] avatar Dec 26 '22 04:12 dependabot[bot]