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 qrcode requirement from <7.4,>=7.1 to >=7.1,<7.5 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Updates the requirements on qrcode to permit the latest version.

Changelog

Sourced from qrcode's changelog.

7.4.2 (6 February 2023)

  • Allow pypng factory to allow for saving to a string (like qr.save("some_file.png")) in addition to file-like objects.

7.4.1 (3 February 2023)

  • Fix bad over-optimization in v7.4 that broke large QR codes. Thanks to mattiasj-axis!

7.4 (1 February 2023)

  • Restructure the factory drawers, allowing different shapes in SVG image factories as well.

  • Add a --factory-drawer option to the qr console script.

  • Optimize the output for the SVGPathImage factory (more than 30% reduction in file sizes).

  • Add a pypng image factory as a pure Python PNG solution. If pillow is not installed, then this becomes the default factory.

  • The pymaging image factory has been removed, but its factory shortcut and the actual PymagingImage factory class now just link to the PyPNGImage factory.

7.3.1 (1 October 2021)

  • Improvements for embedded image.

7.3 (19 August 2021)

  • Skip color mask if QR is black and white

7.2 (19 July 2021)

  • Add Styled PIL image factory, allowing different color masks and shapes in QR codes

... (truncated)

Commits
  • 9f4704c Preparing release 7.4.2
  • 2ddbc55 Allow png factory to save to a string path
  • 8d38c15 Back to development: 7.5
  • 96f8a21 Preparing release 7.4.1
  • 8296222 Add changelog
  • 7c99a27 Add section to setup.cfg so zest builds a wheel
  • 14a663c Merge pull request #305 from mattiasj-axis/fix304
  • aa485a8 Merge pull request #303 from mgorny/wheel
  • 2ab3467 Fix create_bytes data concatenation
  • 5b00e10 Remove redundant wheel dep from pyproject.toml
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
@xi xi force-pushed the main branch 2 times, most recently from ffc38fd to 5f5f460 Compare March 6, 2023 19:40
@xi
Copy link
Owner

xi commented Apr 13, 2023

In case anyone is wondering: This is blocked because of lincolnloop/python-qrcode#317

Updates the requirements on [qrcode](https://github.com/lincolnloop/python-qrcode) to permit the latest version.
- [Release notes](https://github.com/lincolnloop/python-qrcode/releases)
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst)
- [Commits](lincolnloop/python-qrcode@v7.1...v7.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/qrcode-gte-7.1-and-lt-7.5 branch from d22777f to 8c01404 Compare April 14, 2023 07:45
@xi xi force-pushed the main branch 2 times, most recently from ccb7982 to a989df1 Compare June 16, 2023 14:56
@xi xi force-pushed the main branch 4 times, most recently from 2b4c3ed to 7be4d30 Compare June 18, 2024 18: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant