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

Bump django-storages from 1.11.1 to 1.12.3 in /tdrs-backend #1803

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 17, 2022

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 dependabot bot added backend dependencies Pull requests that update a dependency file dev raft review This issue is ready for raft review labels May 17, 2022
@dependabot dependabot bot requested a review from a team May 17, 2022 14:16
@codecov
Copy link

codecov bot commented May 17, 2022

Codecov Report

Merging #1803 (e60b23f) into develop (da6c7f3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1803   +/-   ##
========================================
  Coverage    95.80%   95.80%           
========================================
  Files           78       78           
  Lines         2004     2004           
  Branches       273      273           
========================================
  Hits          1920     1920           
  Misses          53       53           
  Partials        31       31           
Flag Coverage Δ
dev-backend 96.78% <ø> (ø)
dev-frontend 93.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da6c7f3...e60b23f. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/tdrs-backend/develop/django-storages-1.12.3 branch 2 times, most recently from ff8dee9 to 8b64d30 Compare May 18, 2022 13:26
Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.11.1 to 1.12.3.
- [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.11.1...1.12.3)

---
updated-dependencies:
- dependency-name: django-storages
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tdrs-backend/develop/django-storages-1.12.3 branch from 8b64d30 to 413688b Compare May 18, 2022 13:51
@andrew-jameson andrew-jameson self-assigned this May 19, 2022
Copy link
Collaborator

@andrew-jameson andrew-jameson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, testing went smoothly

@andrew-jameson andrew-jameson added the Deploy with CircleCI-raft Deploy to https://tdp-frontend-raft.app.cloud.gov through CircleCI label May 19, 2022
@andrew-jameson andrew-jameson merged commit ae11dc9 into develop May 19, 2022
@andrew-jameson andrew-jameson deleted the dependabot/pip/tdrs-backend/develop/django-storages-1.12.3 branch May 19, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file Deploy with CircleCI-raft Deploy to https://tdp-frontend-raft.app.cloud.gov through CircleCI dev raft review This issue is ready for raft review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant