Skip to content

Commit

Permalink
Update qrcode requirement from <7.4,>=7.1 to >=7.1,<7.5
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent d94d434 commit d22777f
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 @@ -17,7 +17,7 @@
'pyotp',
'fido2>=1.0.0',
# https://github.com/lincolnloop/python-qrcode/issues/317
'qrcode>=7.1,<7.4',
'qrcode>=7.1,<7.5',
'django>=2.2',
],
classifiers=[
Expand Down

0 comments on commit d22777f

Please sign in to comment.