From c33c05b413922014293f4e51add854fe4e4be217 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Mon, 1 Jan 2024 03:37:34 +0000 Subject: [PATCH] Update requirements for catprinter ... Signed-off-by: Jauder Ho --- catprinter/Pipfile.lock | 16 ++++++++-------- catprinter/requirements.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/catprinter/Pipfile.lock b/catprinter/Pipfile.lock index 5b5abfa9068c..2963540f535d 100644 --- a/catprinter/Pipfile.lock +++ b/catprinter/Pipfile.lock @@ -120,17 +120,17 @@ }, "opencv-python": { "hashes": [ - "sha256:91d5f6f5209dc2635d496f6b8ca6573ecdad051a09e6b5de4c399b8e673c60da", - "sha256:9814beca408d3a0eca1bae7e3e5be68b07c17ecceb392b94170881216e09b319", - "sha256:a7aac3900fbacf55b551e7b53626c3dad4c71ce85643645c43e91fcb19045e47", - "sha256:b983197f97cfa6fcb74e1da1802c7497a6f94ed561aba6980f1f33123f904956", - "sha256:bc31f47e05447da8b3089faa0a07ffe80e114c91ce0b171e6424f9badbd1c5cd", - "sha256:c4c406bdb41eb21ea51b4e90dfbc989c002786c3f601c236a99c59a54670a394", - "sha256:cc7adbbcd1112877a39274106cb2752e04984bc01a031162952e97450d6117f6" + "sha256:1a9f0e6267de3a1a1db0c54213d022c7c8b5b9ca4b580e80bdc58516c922c9e1", + "sha256:3f16f08e02b2a2da44259c7cc712e779eff1dd8b55fdb0323e8cab09548086c0", + "sha256:71dfb9555ccccdd77305fc3dcca5897fbf0cf28b297c51ee55e079c065d812a3", + "sha256:7b34a52e9da36dda8c151c6394aed602e4b17fa041df0b9f5b93ae10b0fcca2a", + "sha256:7e5f7aa4486651a6ebfa8ed4b594b65bd2d2f41beeb4241a3e4b1b85acbbbadb", + "sha256:dcf000c36dd1651118a2462257e3a9e76db789a78432e1f303c7bac54f63ef6c", + "sha256:e4088cab82b66a3b37ffc452976b14a3c599269c247895ae9ceb4066d8188a57" ], "index": "pypi", "markers": "python_version >= '3.6'", - "version": "==4.8.1.78" + "version": "==4.9.0.80" }, "typing-extensions": { "hashes": [ diff --git a/catprinter/requirements.txt b/catprinter/requirements.txt index cabd2703d877..148d6e271bf1 100644 --- a/catprinter/requirements.txt +++ b/catprinter/requirements.txt @@ -4,5 +4,5 @@ bleak==0.21.1; python_version < '3.13' and python_version >= '3.8' -e git+https://github.com/jauderho/catprinter.git@bd029dbf842d5f008a4978436604e8f800f862cf#egg=catprinter dbus-fast==2.21.0; platform_system == 'Linux' numpy==1.26.2; python_version >= '3.9' -opencv-python==4.8.1.78; python_version >= '3.6' +opencv-python==4.9.0.80; python_version >= '3.6' typing-extensions==4.9.0; python_version < '3.12'