update manually Pipfiles and try to fix Depandabot errors

fixed version colorama to 0.4.6 and qreader to 1.3.2
This commit is contained in:
scito
2025-10-05 15:56:49 +02:00
parent c9d30e8aca
commit 6b163cd377
2 changed files with 301 additions and 256 deletions

View File

@@ -4,14 +4,14 @@ verify_ssl = true
name = "pypi"
[packages]
colorama = ">0.4.5"
colorama = "0.4.6"
opencv-contrib-python = "*"
# for macOS: opencv-contrib-python = "<=4.7.0"
pillow = "*"
pyzbar = "*"
protobuf = "*"
qrcode = "*"
qreader = "<2.0.0"
qreader = "1.3.2"
[dev-packages]
build = "*"