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

build(deps): bump unzip-http from 0.4 to 0.6 #93

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps unzip-http from 0.4 to 0.6.

Release notes

Sourced from unzip-http's releases.

v0.6

Executable has been changed to unzip_http. Additionally, added support for unzip_http.py as executable.

What's Changed

Full Changelog: saulpw/unzip-http@v0.5.1...v0.6

v0.5.1

  • add RemoteZipInfo.extract() method
  • handle large (>64k) central dir
  • only warn on missing Accept-Ranges header e.g. S3 does not send it but still supports Range Requests

Merged PRs

Fixes saulpw/unzip-http#14

Full Changelog: saulpw/unzip-http@v0.4...v0.5.1

Changelog

Sourced from unzip-http's changelog.

v0.6 (2024-07-06)

  • change executable to unzip_http
  • add support for unzip_http.py executable for Windows #17

v0.5.1 (2024-07-03)

  • add RemoteZipInfo.extract() method
  • handle large (>64k) central dir
  • only warn on missing Accept-Ranges header
    • e.g. S3 does not send it but still supports Range Requests
Commits
  • de2cc7e [dev] update changelog
  • 8318c73 Merge pull request #18 from saulpw/kef/17
  • 50dbdba [dev] bump version to v0.6
  • a743cb6 [build] add support for windows and change executable to unzip_http #17
  • 9b48e93 Bump to 0.5.1
  • e0ea48f [dev] update readme/changelog
  • 50139d9 [readme] minor update
  • 73d6d7d [zipfile] add .extract() method
  • 69be9ae Merge pull request #16 from horw/fix/small-zip
  • 45957f5 fix: download small zip error
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 29, 2024
@dependabot dependabot bot changed the base branch from develop to master July 31, 2024 09:28
@a1ex4
Copy link
Owner

a1ex4 commented Aug 13, 2024

@dependabot recreate

@dependabot dependabot bot changed the base branch from master to develop August 13, 2024 21:39
@dependabot dependabot bot force-pushed the dependabot/pip/unzip-http-0.6 branch from 40ae257 to eaa60fc Compare August 13, 2024 21:39
Bumps [unzip-http](https://github.com/saulpw/unzip-http) from 0.4 to 0.6.
- [Release notes](https://github.com/saulpw/unzip-http/releases)
- [Changelog](https://github.com/saulpw/unzip-http/blob/master/CHANGELOG.md)
- [Commits](saulpw/unzip-http@v0.4...v0.6)

---
updated-dependencies:
- dependency-name: unzip-http
  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/unzip-http-0.6 branch from eaa60fc to 99cd6b1 Compare August 13, 2024 21:54
@a1ex4 a1ex4 merged commit 95def8f into develop Aug 13, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/unzip-http-0.6 branch August 13, 2024 22:05
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.

1 participant