Skip to content

⬆️ Update wand requirement from ~=0.6.11 to ~=0.7.2#175

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wand-approx-eq-0.7.2
Open

⬆️ Update wand requirement from ~=0.6.11 to ~=0.7.2#175
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wand-approx-eq-0.7.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on wand to permit the latest version.

Release notes

Sourced from wand's releases.

Wand 0.7.2

The 0.7.2 addresses de-synced file objects when reading images with file descriptors. Folks using Python's open() method for reading image data should updated.

See 0.7.2 Milestone for a list of all issues tracked in Github.

Contributors

The following people have contributed since the Wand 0.7.1 release.

See git log 0.7.1..0.7.2 for a full history.

      8 E. McConville
      1 Max Gilmour
Changelog

Sourced from wand's changelog.

Version 0.7.2

Released on June 25th, 2026.

  • Fixed de-synced offsets during file read operations. [:issue:688 & :pull:689 by Max Gilmour]

.. _changelog-0.7.1:

Version 0.7.1

Released on May 20th, 2026.

  • Updated accepted animation formats for :attr:Image.animation <wand.image.Image.animation> property. [:issue:682]

  • Added new :const:FILTER_TYPES <wand.image.FILTER_TYPES> operators. [:issue:684]

    • 'lanczosradius'
    • 'cubicspline'
    • 'magickernelsharp2013'
    • 'magickernelsharp2021'
  • Fixed :meth:Image.length_of_bytes() <wand.image.BaseImage.length_of_bytes> method by refactoring & applying :const:c_magick_size_t <wand.cdefs.wandtypes.c_magick_size_t> type. [:issue:686]

  • [DOC] Fixed typos in documentation [:pull:685 by Shawn Presser]

.. _changelog-0.7.0:

Version 0.7.0

Released on February 23rd, 2026.

  • Added :meth:Image.affine() <wand.image.BaseImage.affine> method.

  • Added :meth:Image.bilateral_blur() <wand.image.BaseImage.bilateral_blur> method.

  • Added :meth:Image.channel_fx() <wand.image.Image.channel_fx> method.

  • Added :meth:Image.evaluate_images() <wand.image.BaseImage.evaluate_images> method.

  • Added :meth:Image.floodfill() <wand.image.BaseImage.floodfill> method.

  • Added :meth:Image.morph() <wand.image.Image.morph> method.

  • Fixed :meth:Image.quantize() <wand.image.BaseImage.quantize> behavior by switching default value of colorspace_type from :const:None to "undefined". [:issue:644]

  • Fixed :meth:Image.liquid_rescale() <wand.image.BaseImage.liquid_rescale> behavior by switching default value of delta_x from 0 to 1. [:issue:653]

  • Fixed :meth:Image.sparse_color() <wand.image.BaseImage.sparse_color>'s colors argument structure to allow multiple (x, y) points with the same color value.

  • Fixed offset coordinates when used with gravity parameters. [:issue:669]

    • :meth:Image.chop() <wand.image.BaseImage.chop>

... (truncated)

Commits
  • 9b2b080 Fix warnings about header formatting.
  • 5bb2e02 Cutting release date
  • dd3d8ab [docs] Fix a handful of spelling issues
  • d716e5f Minor grammer clean-up
  • ed4b7fc Minor isort clean-up
  • e34efc7 Light flake8 formating
  • 14239e9 Merge branch 'fix_desync_read'
  • a638b63 Bump Wand 0.7.2 draft
  • 1d84329 Sync file offsets before reading or seeking. Issue #688
  • 994ce9d Adding release date for 0.7.1
  • Additional commits viewable in compare view

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 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 [wand](https://github.com/emcconville/wand) to permit the latest version.
- [Release notes](https://github.com/emcconville/wand/releases)
- [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst)
- [Commits](emcconville/wand@0.6.11...0.7.2)

---
updated-dependencies:
- dependency-name: wand
  dependency-version: 0.7.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 25, 2026
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.

0 participants