Skip to content

Commit

Permalink
chore(deps): Update qrcode[pil] requirement from ~=7.4 to ~=8.0 (#3272)
Browse files Browse the repository at this point in the history
Updates the requirements on [qrcode[pil]](https://github.com/lincolnloop/python-qrcode) to permit the latest version.
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst)
- [Commits](lincolnloop/python-qrcode@v7.4...v8.0)

---
updated-dependencies:
- dependency-name: qrcode[pil]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jamshale authored Oct 7, 2024
1 parent 455fb29 commit f8806fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ asyncpg~=0.29.0
prompt_toolkit~=2.0.10
web.py~=0.62
pygments~=2.18
qrcode[pil]~=7.4
qrcode[pil]~=8.0

0 comments on commit f8806fe

Please sign in to comment.