OWASP / SKF-VideoEditorAPI

6 stars 5 forks source link

Bump django-storages from 1.11.1 to 1.12.3 #8

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps django-storages from 1.11.1 to 1.12.3.

Changelog

Sourced from django-storages's changelog.

1.12.3 (2021-10-29)


General

  • Add support for Python 3.10 ([#1078](https://github.com/jschneier/django-storages/issues/1078)_)

S3

  • Re-raise non-404 errors in .exists() ([#1084](https://github.com/jschneier/django-storages/issues/1084), [#1085](https://github.com/jschneier/django-storages/issues/1085))

Azure

  • Fix using AZURE_CUSTOM_DOMAIN with an account key credential ([#1082](https://github.com/jschneier/django-storages/issues/1082), [#1083](https://github.com/jschneier/django-storages/issues/1083))

SFTP

  • Catch FileNotFoundError instead of OSerror in .exists() to prevent swallowing socket.timeout exceptions ([#1064](https://github.com/jschneier/django-storages/issues/1064), [#1087](https://github.com/jschneier/django-storages/issues/1087))

.. _#1078: jschneier/django-storages#1078 .. _#1084: jschneier/django-storages#1084 .. _#1085: jschneier/django-storages#1085 .. _#1082: jschneier/django-storages#1082 .. _#1083: jschneier/django-storages#1083 .. _#1064: jschneier/django-storages#1064 .. _#1087: jschneier/django-storages#1087

1.12.2 (2021-10-16)


Azure

  • Add parameters kwarg to AzureStorage.url to configure blob properties in the SAS token ([#1071](https://github.com/jschneier/django-storages/issues/1071)_)
  • Fix regression where AZURE_CUSTOM_DOMAIN was interpreted as a replacement of blob.core.windows.net rather than as a full domain ([#1073](https://github.com/jschneier/django-storages/issues/1073), [#1076](https://github.com/jschneier/django-storages/issues/1076))

.. _#1071: jschneier/django-storages#1071 .. _#1073: jschneier/django-storages#1073 .. _#1076: jschneier/django-storages#1076

1.12.1 (2021-10-11)


S3

... (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] commented 2 years ago

Superseded by #26.