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 pyoxipng requirement from ~=9.0.0 to ~=9.1.0 #243

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 Dec 30, 2024

Updates the requirements on pyoxipng to permit the latest version.

Release notes

Sourced from pyoxipng's releases.

v9.1.0

What's Changed

  • Deprecated: options such as filter that that previously supported set types now expect Sequence types such as list or tuple. Support for set will be removed in v10.
  • Dropped build support for old operating systems that reached end-of-life
  • Disable x86, armv7, s390x, ppc64le manylinux pip builds (breaking due to deflate dependency)
  • Update to oxipng 9.1
  • Update build toolchain
  • Refactor internals

Full Changelog: nfrasser/pyoxipng@v9.0.1...v9.1.0

Changelog

Sourced from pyoxipng's changelog.

9.1.0

  • Deprecated: options such as filter that that previously supported set types now expect Sequence types such as list or tuple. Support for set will be removed in v10.
  • Dropped build support for old operating systems that reached end-of-life
  • Disable x86, armv7, s390x, ppc64le manylinux pip builds (breaking due to deflate dependency)
  • Update to oxipng 9.1
  • Update build toolchain
  • Refactor internals

9.0.1

  • Support for Python 3.13
  • Upgrade pip dependencies
  • Fixed: Correct fast_evaluation argument in wrapper

9.0.0

  • Update to oxipng 9
  • BREAKING: Removed backup option
  • BREAKING: Removed check option
  • BREAKING: Removed pretend option
  • BREAKING: Removed preserve_attrs option
  • BREAKING: Replaced oxipng.Headers with oxipng.StripChunks
  • Added: RawImage class for optimizing raw RGBA data
  • Added: scale_16 option
  • Fixed: correct fast_evaluation option implementation

8.0.1

  • Python 3.12 wheels
  • Drop Python 3.7 support

8.0.0

  • Update to oxipng 8
  • BREAKING: interlace option now expects oxipng.Interlace enum
  • BREAKING: replace alphas option with optimize_alpha boolean
  • Added: check option

7.0.0

  • Upgrade to oxipng 7
  • BREAKING: filter option now expects set of oxipng.RowFilter enum
  • BREAKING: deflate option now expects instance of oxipng.Deflaters
  • Added: fast_evaluation option

6.0.0

... (truncated)

Commits

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)

Updates the requirements on [pyoxipng](https://github.com/nfrasser/pyoxipng) to permit the latest version.
- [Release notes](https://github.com/nfrasser/pyoxipng/releases)
- [Changelog](https://github.com/nfrasser/pyoxipng/blob/main/CHANGELOG.md)
- [Commits](nfrasser/pyoxipng@v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: pyoxipng
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants