Skip to content

Commit 4e9ff9b

Browse files
dependabot[bot]almet
authored andcommitted
Update qrcode requirement from <8,>=7.1 to >=7.1,<9
Updates the requirements on [qrcode](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.1...v8.0) --- updated-dependencies: - dependency-name: qrcode dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2aa410c commit 4e9ff9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"itsdangerous>=2,<3",
4444
"Jinja2>=3,<4",
4545
"python-dateutil",
46-
"qrcode>=7.1,<8",
46+
"qrcode>=7.1,<9",
4747
"requests>=2.25,<3",
4848
"SQLAlchemy>=1.3.0,<1.5",
4949
"SQLAlchemy-Continuum>=1.3.12,<2", # New 1.4 changes API, see #728

0 commit comments

Comments
 (0)