Skip to content

Commit

Permalink
Bump qrcode from 7.4.2 to 8.0
Browse files Browse the repository at this point in the history
Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 7.4.2 to 8.0.
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst)
- [Commits](lincolnloop/python-qrcode@v7.4.2...v8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent a0efe79 commit a01abae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'pyotp==2.9.0',
'qrcode==7.4.2',
'qrcode==8.0',
'pyzbar==0.1.9',
'pillow==10.4.0',
],
Expand Down

0 comments on commit a01abae

Please sign in to comment.