From 4e9ff9b1ac2f89c6b8f29ac8196ba1d74835fced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:27:47 +0000 Subject: [PATCH] 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](https://github.com/lincolnloop/python-qrcode/compare/v7.1...v8.0) --- updated-dependencies: - dependency-name: qrcode dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c2171840..6555c9393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "itsdangerous>=2,<3", "Jinja2>=3,<4", "python-dateutil", - "qrcode>=7.1,<8", + "qrcode>=7.1,<9", "requests>=2.25,<3", "SQLAlchemy>=1.3.0,<1.5", "SQLAlchemy-Continuum>=1.3.12,<2", # New 1.4 changes API, see #728