Skip to content

Bump django-s3-storage from 0.13.4 to 0.13.8#3543

Closed
dependabot[bot] wants to merge 1 commit intounstablefrom
dependabot/pip/django-s3-storage-0.13.8
Closed

Bump django-s3-storage from 0.13.4 to 0.13.8#3543
dependabot[bot] wants to merge 1 commit intounstablefrom
dependabot/pip/django-s3-storage-0.13.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps django-s3-storage from 0.13.4 to 0.13.8.

Changelog

Sourced from django-s3-storage's changelog.

0.13.8

  • Fixed RemovedInDjango50Warning warning from use of django.utils.timezone.utc (@​kevinmarsh).

0.13.7

  • Fixed ValueError when using ManifestStaticS3Storage (@​etianen).

0.13.6

  • Adding AWS_S3_USE_THREADS to fix gevent issues (@​uxio0).
  • Add copy() and rename() methods (@​emesik).

0.13.5

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 python Pull requests that update Python code TAG: dependencies labels Aug 15, 2022
@rtibbles
Copy link
Copy Markdown
Member

This seems to be causing issues, as during our file setup function this is now raising a ValueError from attempting to seek on a closed file - I assume previously that the file did not get closed, or it did not raise this error.

@dependabot dependabot bot force-pushed the dependabot/pip/django-s3-storage-0.13.8 branch from e4c3729 to 07fa0bf Compare August 22, 2022 16:45
Bumps [django-s3-storage](https://github.com/etianen/django-s3-storage) from 0.13.4 to 0.13.8.
- [Release notes](https://github.com/etianen/django-s3-storage/releases)
- [Changelog](https://github.com/etianen/django-s3-storage/blob/master/CHANGELOG.rst)
- [Commits](etianen/django-s3-storage@0.13.4...0.13.8)

---
updated-dependencies:
- dependency-name: django-s3-storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-s3-storage-0.13.8 branch from 07fa0bf to 60f0538 Compare August 22, 2022 16:50
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2022

Superseded by #3589.

@dependabot dependabot bot closed this Aug 29, 2022
@dependabot dependabot bot deleted the dependabot/pip/django-s3-storage-0.13.8 branch August 29, 2022 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Pull requests that update Python code TAG: dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant