Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps wand from 0.6.7 to 0.6.10.

Release notes

Sourced from wand's releases.

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.

Contributors

The following people have contributed since the Wand 0.6.8 release.

See git log 0.6.8..0.6.9 for a full history.

      6 E. McConville

Wand 0.6.8

The 0.6.8 release includes a few new methods, few fixes, and a few documentation improvements.

See 0.6.8 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.5.9 release.

See git log 0.6.7..0.6.8 for a full history.

      1 1Prototype1
     44 E. McConville
      1 FrozenFOXX
      2 Pavel Borzenkov
      1 Tim Gates
Changelog

Sourced from wand's changelog.

Version 0.6.10

Released on August 14th, 2022.

  • Fixed segmentation fault during resource allocation on M1 processor. [:issue:587]
  • Fixed additional segmentation faults introduced with ImageMagick 7.1.0-45. [:issue:587 & :issue:586]

.. _changelog-0.6.9:

Version 0.6.9

Released on August 3rd, 2022.

  • Updated :meth:Image.fx() <wand.image.BaseImage.fx> method to raise :class:~wand.exceptions.WandRuntimeError if ImageMagick is unable to generate an image. [:issue:582]
  • Fixed :meth:Image.from_array() <wand.image.Image.from_array> classmethod to handle Numpy's strided arrays. [:issue:582]
  • Fixed segmentation fault introduced with ImageMagick 7.1.0-45. [:issue:586]

.. _changelog-0.6.8:

Version 0.6.8

Released on July 16th, 2022.

  • Added :meth:Image.label() <wand.image.BaseImage.label> method.
  • Added :meth:Image.region() <wand.image.BaseImage.region> method.
  • Updated :meth:Image.chop() <wand.image.BaseImage.chop> method to support gravity keyword.
  • Updated :meth:Image.extent() <wand.image.BaseImage.extent> method to support gravity keyword. [:issue:554]
  • Added .so.9 shared library suffix to :meth:wand.api.library_paths() generator when searching :const:MAGICK_HOME path.
  • Added :const:QUANTUM_SCALE <wand.version.QUANTUM_SCALE> constant.
  • Added :meth:Image.montage() <wand.image.Image.montage> method. [:issue:575]
  • Added :meth:Image.roll() <wand.image.BaseImage.roll> method.
  • Fixed returned values for :meth:Image.connected_components() <wand.image.BaseImage.connected_components> method for ImageMagick 7.1.1. [:issue:574]
  • Fixed :c:func:MagickSetImageDepth() C-API method signature. [:issue:577 by Pavel Borzenkov]
  • Fixed :meth:Image.encipher() <wand.image.BaseImage.encipher> method to call the correct API. [:issue:578 by Pavel Borzenkov]
  • [DOC] Improved :class:~wand.drawing.FontMetrics documentation. [:issue:566]
  • [TEST] Migrated CI from travis-ci.org <https://travis-ci.org/github/emcconville/wand>_ to travis-ci.com <https://app.travis-ci.com/emcconville/wand>_.
  • [TEST] Removed unneeded SVG dependency from regression test.
  • [TEST] Suppressed :class:~wand.exceptions.OptionWarning when testing user errors.
  • [TEST] Added Python 3.9 regression test for travis-ci.com <https://app.travis-ci.com/emcconville/wand>_.
  • [TEST] Removed Python 3.7 & 3.8 regression test for travis-ci.com <https://app.travis-ci.com/emcconville/wand>_.
  • [TEST] Added Python 3.10 regression tests for github actions <https://github.com/emcconville/wand/actions>_.

.. _changelog-0.6.7:

Commits
  • 7b57a66 Updated changelog for 0.6.10 release
  • e03a5d5 Updated docs for 0.6.10
  • 19440ba Updated Image.from_array against segfault
  • a9fafa6 Updated version number
  • 9ab1813 Revert previous Color fix as Resource.allocate duplicates genesis
  • e5e6c0b Call genesis before allocate yield. #587
  • 172418e Updated release date
  • d269eaa Fixed segfault when invoking Color before MagickWandGenesis. #586
  • 3523f37 Bump version number
  • 5e3ffb3 Fixed #583 - Support strided numpy arrays
  • 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 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 and others added 30 commits August 24, 2021 20:10
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 3.4.8.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.4.7...3.4.8)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ptography-3.4.8

Bump cryptography from 3.4.7 to 3.4.8 in /Backend
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.10.1 to 3.10.4.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](Legrandin/pycryptodome@v3.10.1...v3.10.4)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ryptodome-3.10.4

Bump pycryptodome from 3.10.1 to 3.10.4 in /Backend
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.25.1...v2.26.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…sk-2.0.2

Bump flask from 2.0.1 to 2.0.2 in /Backend
Bumps [gevent](https://github.com/gevent/gevent) from 21.1.2 to 21.8.0.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@21.1.2...21.8.0)

---
updated-dependencies:
- dependency-name: gevent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.10.4 to 3.11.0.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](Legrandin/pycryptodome@v3.10.4...v3.11.0)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.0.25 to 8.0.27.

---
updated-dependencies:
- dependency-name: mysql-connector-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…uests-2.26.0

Bump requests from 2.25.1 to 2.26.0 in /Backend
…ent-21.8.0

Bump gevent from 21.1.2 to 21.8.0 in /Backend
…ql-connector-python-8.0.27

Bump mysql-connector-python from 8.0.25 to 8.0.27 in /Backend
Bumps [pyodbc](https://github.com/mkleehammer/pyodbc) from 4.0.30 to 4.0.32.
- [Release notes](https://github.com/mkleehammer/pyodbc/releases)
- [Commits](mkleehammer/pyodbc@4.0.30...4.0.32)

---
updated-dependencies:
- dependency-name: pyodbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ryptodome-3.11.0

Bump pycryptodome from 3.10.4 to 3.11.0 in /Backend
…dbc-4.0.32

Bump pyodbc from 4.0.30 to 4.0.32 in /Backend
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 35.0.0.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.4.8...35.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…ptography-35.0.0

Bump cryptography from 3.4.8 to 35.0.0 in /Backend
Bumps [wand](https://github.com/emcconville/wand) from 0.6.6 to 0.6.7.
- [Release notes](https://github.com/emcconville/wand/releases)
- [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst)
- [Commits](emcconville/wand@0.6.6...0.6.7)

---
updated-dependencies:
- dependency-name: wand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [gevent](https://github.com/gevent/gevent) from 21.8.0 to 21.12.0.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@21.8.0...21.12.0)

---
updated-dependencies:
- dependency-name: gevent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ent-21.12.0

Bump gevent from 21.8.0 to 21.12.0 in /Backend
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.4.1...6.0)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 36.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@35.0.0...36.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.1.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.26.0...v2.27.1)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…d-0.6.7

Bump wand from 0.6.6 to 0.6.7 in /Backend
…aml-6.0

Bump pyyaml from 5.4.1 to 6.0 in /Backend
…ptography-36.0.1

Bump cryptography from 35.0.0 to 36.0.1 in /Backend
…uests-2.27.1

Bump requests from 2.26.0 to 2.27.1 in /Backend
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 37.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@36.0.1...37.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.1.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.0.2...2.1.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
monolidth added 2 commits May 5, 2022 19:13
…sk-2.1.2

Bump flask from 2.0.2 to 2.1.2 in /Backend
…ptography-37.0.1

Bump cryptography from 36.0.1 to 37.0.1 in /Backend
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 15, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

dependabot bot and others added 5 commits October 11, 2022 20:11
Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.1 to 38.0.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@37.0.1...38.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [gevent](https://github.com/gevent/gevent) from 21.12.0 to 22.10.1.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@21.12.0...22.10.1)

---
updated-dependencies:
- dependency-name: gevent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…ent-22.10.1

Bump gevent from 21.12.0 to 22.10.1 in /Backend
…ptography-38.0.2

Bump cryptography from 37.0.1 to 38.0.2 in /Backend
Bumps [wand](https://github.com/emcconville/wand) from 0.6.7 to 0.6.10.
- [Release notes](https://github.com/emcconville/wand/releases)
- [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst)
- [Commits](emcconville/wand@0.6.7...0.6.10)

---
updated-dependencies:
- dependency-name: wand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/Backend/wand-0.6.10 branch from 051bea6 to 6d5154c Compare October 18, 2022 06:37
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2023

Superseded by #83.

@dependabot dependabot bot closed this Jan 5, 2023
@dependabot dependabot bot deleted the dependabot/pip/Backend/wand-0.6.10 branch January 5, 2023 20:02
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