Add support for Django 5.0 and Python 3.12 ([#1331](https://github.com/jschneier/django-storages/issues/1331)_)
S3
Deprecated: The config class property has been deprecated in favor of the client_config setting,
a future version will remove support for the property.
Fix disabling CloudFront signing with class variables ([#1334](https://github.com/jschneier/django-storages/issues/1334)_)
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
Bumps django-storages from 1.14.2 to 1.14.3.
Changelog
Sourced from django-storages's changelog.
Commits
9ce1aec
Fix missing CHANGELOG target (#1396)9fde363
Release version 1.14.3 (#1395)2ca6727
[docs/s3] Clarify thaturl_protocol
must end in a:
(#1390)d74a86b
[s3] Addclient_config
configuration setting (#1386)c68c80b
[docs/s3] Correct default signature version (#1385)aa9d0fb
[sftp] Check full path for existence in ._save() and ._mkdir() (#1372)969528b
Use contexthandlers when working with files in tests (#1384)74864ec
[azure] Remove undocumented & unusedget_name_max_len
(#1383)1048d8b
Fix ruff warnings (#1382)8b8cdb2
Do not always force run of tests/ (#1380)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 show