⬆️ Bump qrcode from 7.3.1 to 7.4.2

Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 7.3.1 to 7.4.2.
- [Release notes](https://github.com/lincolnloop/python-qrcode/releases)
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst)
- [Commits](https://github.com/lincolnloop/python-qrcode/compare/v7.3.1...v7.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-13 19:33:11 +08:00 committed by GitHub
parent cbd8c5638a
commit cd6bad1f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 9 deletions

31
poetry.lock generated
View File

@ -1710,6 +1710,18 @@ files = [
[package.extras]
plugins = ["importlib-metadata"]
[[package]]
name = "pypng"
version = "0.20220715.0"
description = "Pure Python library for saving and loading PNG images"
category = "main"
optional = false
python-versions = "*"
files = [
{file = "pypng-0.20220715.0-py3-none-any.whl", hash = "sha256:4a43e969b8f5aaafb2a415536c1a8ec7e341cd6a3f957fd5b5f32a4cfeed902c"},
{file = "pypng-0.20220715.0.tar.gz", hash = "sha256:739c433ba96f078315de54c0db975aee537cbc3e1d0ae4ed9aab0ca1e427e2c1"},
]
[[package]]
name = "pyppeteer"
version = "1.0.2"
@ -1928,24 +1940,27 @@ files = [
[[package]]
name = "qrcode"
version = "7.3.1"
version = "7.4.2"
description = "QR Code image generator"
category = "main"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
files = [
{file = "qrcode-7.3.1.tar.gz", hash = "sha256:375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578"},
{file = "qrcode-7.4.2-py3-none-any.whl", hash = "sha256:581dca7a029bcb2deef5d01068e39093e80ef00b4a61098a2182eac59d01643a"},
{file = "qrcode-7.4.2.tar.gz", hash = "sha256:9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845"},
]
[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}
pypng = "*"
typing-extensions = "*"
[package.extras]
all = ["pillow", "pytest", "pytest", "pytest-cov", "tox", "zest.releaser[recommended]"]
dev = ["pytest", "tox"]
all = ["pillow (>=9.1.0)", "pytest", "pytest-cov", "tox", "zest.releaser[recommended]"]
dev = ["pytest", "pytest-cov", "tox"]
maintainer = ["zest.releaser[recommended]"]
pil = ["pillow"]
test = ["pytest", "pytest-cov"]
pil = ["pillow (>=9.1.0)"]
test = ["coverage", "pytest"]
[[package]]
name = "redis"
@ -2850,4 +2865,4 @@ test = ["pytest", "pytest-asyncio", "flaky"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "a7b5ffb52f8b0fcd0f71ea3110c00018f0b739dab19fd5e9916bcc65d1cce4d3"
content-hash = "79ada8993852795726d4d1069ebd8d8cbe8506ca37005a4ff109d4ea68fff9f3"

View File

@ -41,7 +41,7 @@ GitPython = "^3.1.30"
openpyxl = "^3.1.0"
async-lru = "^1.0.3"
thefuzz = "^0.19.0"
qrcode = "^7.3.1"
qrcode = "^7.4.2"
cryptography = "^39.0.1"
[tool.poetry.extras]