Bump django-storages from 1.11.1 to 1.13.1 in /backend
⚠️ 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
DropBoxStorageconstructor 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_PROTOCOLfromhttp:tohttps:and remove the undocumentedAWS_S3_SECURE_URLSsetting. You should only need to update your settings if you had updated either of these previously undocumented settings. The default behavior of constructing anhttps:URL with a custom domain is unchanged. ([#1164](https://github.com/jschneier/django-storages/issues/1164)_)- Add
AWS_S3_USE_THREADSto disablethreadingfor compatibility withgevent([#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
ApiErrorexception inurl()([#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_streamwithreadinto([#1113](https://github.com/jschneier/django-storages/issues/1113)_)- Add
AZURE_API_VERSIONsetting ([#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_GZIPPEDandGZIP_CONTENT_TYPES([#980](https://github.com/jschneier/django-storages/issues/980)_)- Use
GS_BLOB_CHUNK_SIZEwith files that already exist
... (truncated)
Commits
785da47Release version 1.13.1 (#1170)1cfb7bdharmonize isort & flake8 config (#1169)3309662[dropbox] fix saving files (#1168)1f30947[dropbox] restore backwards compat for parameter order (#1167)7a89d73Release version 1.13 (#1166)48279d6Update README instructions (#1165)da133d5[s3] update secure url creation handling (#1164)acb735eUpdate supported Django & Python versions (#1093)91205a8[docs] fix a few typos (#1162)12a8600[dropbox] add refresh token support (#1159)- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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) |
Codecov Report
Merging #2989 (4faccfd) into main (21166a1) will decrease coverage by
1.03%. The diff coverage is94.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
Superseded by #3195.