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

Update django-s3sign requirement from <=0.2.1 to <=0.4.0 #2955

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2023

Updates the requirements on django-s3sign to permit the latest version.

Release notes

Sourced from django-s3sign's releases.

0.4.0

  • Adjust S3Upload.file_dom_selector to allow for any DOM selector rather than just an ID.
  • Introduced new optional param file_dom_el for passing in the file input element directly. This is convenient when initializing S3Upload from an event, as you can just pass in the event.target object.
Changelog

Sourced from django-s3sign's changelog.

0.4.0 (2023-09-21)

  • Adjust S3Upload.file_dom_selector to allow for any DOM selector rather than just an ID.
  • Introduced new optional param file_dom_el for passing in the file input element directly. This is convenient when initializing S3Upload from an event, as you can just pass in the event.target object.

0.3.3 (2023-03-03)

  • Fixed bug where acl attribute was not working, preventing the ability to upload objects with public-read access.

0.3.2 (2022-04-01)

  • Don't call onProgress event handler if file list is empty.

0.3.1 (2022-02-17)

  • Use default max file size of 2gb.
  • Update default expiration time to 8 hours.
  • Introduce configurable region name, via AWS_S3_REGION_NAME. Defaults to us-east-1.

0.3.0 (2021-09-15)

  • Use presigned POST request instead of PUT.
  • Add a configurable policy limit (default 4mb) for uploads.

0.2.1 (2021-09-10)

  • Move s3 signing functions out of the view so they can be imported and used separately.
  • Add bmp image support.

0.2.0 (2021-09-08)

  • This library now requires boto3 and botocore to be installed.
  • The amz_headers view option has been replaced by the acl option. This is 'public-read' by default. Set it to None or 'private' for non-public assets.
  • Use boto3 for signing the PUT request.
  • Use AWS Signature version 4 for signing URLs. This avoids the needs for quoting which has led to encoding bugs.
  • Add a ContentType fix on PUT request that fixes a bug where SVG's can't be uploaded.

0.1.9 (2021-09-08)

... (truncated)

Commits
  • 97c7aed Merge pull request #140 from ccnmtl/release-0.4.0
  • d24e481 🔖 release version 0.4.0
  • ca71f91 Merge pull request #139 from ccnmtl/file-dom-el
  • c38ef59 Introduce new optional file_dom_el param
  • f6c36f6 Merge pull request #137 from ccnmtl/queryselector
  • 3a100e1 S3Upload.file_dom_selector: allow for any DOM selector
  • ebc1444 Merge pull request #136 from ccnmtl/dependabot/pip/faker-19.6.2
  • c64362d Bump faker from 19.6.1 to 19.6.2
  • d677cf7 Merge pull request #135 from ccnmtl/nikolas-patch-1
  • d9a7388 Github Actions: explicitly run flake8 & test
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 22, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/django-s3sign-lte-0.4.0 branch from 854ab38 to 4caadfc Compare October 18, 2023 14:59
@ndittren
Copy link
Member

ndittren commented Feb 8, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/django-s3sign-lte-0.4.0 branch from 4caadfc to cca11db Compare February 8, 2024 14:58
@nikolas
Copy link
Member

nikolas commented Apr 19, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/django-s3sign-lte-0.4.0 branch from cca11db to e229c04 Compare April 19, 2024 13:26
@ndittren
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/django-s3sign-lte-0.4.0 branch from e229c04 to 18de2d0 Compare June 13, 2024 17:42
@nikolas
Copy link
Member

nikolas commented Oct 12, 2024

@dependabot rebase

Updates the requirements on [django-s3sign](https:/ccnmtl/django-s3sign) to permit the latest version.
- [Release notes](https:/ccnmtl/django-s3sign/releases)
- [Changelog](https:/ccnmtl/django-s3sign/blob/master/CHANGES)
- [Commits](ccnmtl/django-s3sign@0.1.4...0.4.0)

---
updated-dependencies:
- dependency-name: django-s3sign
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-s3sign-lte-0.4.0 branch from 18de2d0 to 6ea2590 Compare October 12, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants