receipt-manager-webapp icon indicating copy to clipboard operation
receipt-manager-webapp copied to clipboard

Bump wand from 0.6.6 to 0.6.13 in /Backend

Open dependabot[bot] opened this issue 8 months ago • 1 comments

Bumps wand from 0.6.6 to 0.6.13.

Release notes

Sourced from wand's releases.

Wand 0.6.13

:facepalm: Hotfix release to remove a "work-in-progress" pyproject.toml file that was mistakenly included with Wand 0.6.12 sdist package.

Wand 0.6.12

The 0.6.12 release includes some minor bug fixes, adds a few composite operators, and updates Sphinx build versions (used for documentation).

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

See changelog for a list of all bug fixes.

Contributors

The following people have contributed since the Wand 0.6.11 release.

See git log 0.6.11..0.6.12 for a full history.

     18 E. McConville
      3 Louis Sautier
      1 Kian-Meng Ang
      1 odruzhynin

Wand 0.6.11

The 0.6.11 release includes a few bug fixes, introduces filter= parameter for Image.distort() method, and regression testing rework.

See 0.6.11 Milestone for a full list of issues tracked through Github.

See changelog for a list of changes.

Contributures

The following people have contributed since the Wand 0.6.10 release.

See git log 0.6.10..0.6.11 for a full history.

     28 E. McConville
      1 Louis Sautier
      1 Ritesh Malviya

Wand 0.6.10

The 0.6.10 release is an immediate patch release to address additional segmentation faults, and Apple M1 stability issues. Everyone running ImageMagick-7, or Homebrew installations, should upgrade to this release.

Wand 0.6.9

The 0.6.9 version Wand fixes some critical segfault issues with the latest version of ImageMagick 7.1.0-45. All users of ImageMagick-7 should upgrade Wand as soon as possible.

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

See changelog for a list of all bug fixes.

... (truncated)

Changelog

Sourced from wand's changelog.

Version 0.6.13

Released on November 3rd, 2023.

  • Removed broken pyproject.toml file from source distribution.

.. _changelog-0.6.12:

Version 0.6.12

Released on November 3rd, 2023.

  • Fixed behavior when passing zero to :meth:Image.chop() <wand.image.BaseImage.chop>. [:issue:622]

  • Fixed libmagick yield MagickCore library on Linux. [:issue:612]

  • Fixed removing mask when passing :const:None to :meth:Image.write_mask() <wand.image.BaseImage.write_mask> method. [:issue:636]

  • Added new :const:COMPOSITE_OPERATORS <wand.image.COMPOSITE_OPERATORS> operators. [:issue:627 by druzhynin-oleksii]

    • 'freeze'
    • 'interpolate'
    • 'negate'
    • 'reflect'
    • 'rmse'
    • 'saliency'
    • 'seamless_blend'
    • 'soft_burn'
    • 'soft_dodge'
    • 'stamp'
  • [DOC] Updated Sphinx version to 7.2.6

.. _changelog-0.6.11:

Version 0.6.11

Released on January 5th, 2023.

  • Fixed format issue when calling :meth:Image.convert() <wand.image.Image.convert>, and :meth:Image.make_blob() <wand.image.Image.make_blob> methods. [:issue:594]
  • Fixed storage type size for "long" & "quantum" values in :meth:Image.export_pixels() <wand.image.BaseImage.export_pixels> and :meth:Image.import_pixels() <wand.image.BaseImage.import_pixels> methods. [:issue:596]
  • Added filter parameter to :meth:Image.distort() <wand.image.BaseImage.distort> method.
  • [TEST] Added Python 3.11 to regression tests for github actions <https://github.com/emcconville/wand/actions>_.
  • [TEST] Replaced :mod:py.path fixtures with :mod:pythlib. [:pull:607 & :issue:608 by Louis Sautier]
  • [TEST] Retired Python2 support from regression testing.

... (truncated)

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 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[bot] avatar Nov 06 '23 20:11 dependabot[bot]