From 9a2a920fd4a6007b7041f1ecfa352e67feb20cb3 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 18 Jul 2023 13:07:16 +0200 Subject: [PATCH] Update pycocotools to 2.0.6 (#96831) --- homeassistant/components/tensorflow/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tensorflow/manifest.json b/homeassistant/components/tensorflow/manifest.json index 36d0a67fded..71952431b5a 100644 --- a/homeassistant/components/tensorflow/manifest.json +++ b/homeassistant/components/tensorflow/manifest.json @@ -8,7 +8,7 @@ "requirements": [ "tensorflow==2.5.0", "tf-models-official==2.5.0", - "pycocotools==2.0.1", + "pycocotools==2.0.6", "numpy==1.23.2", "Pillow==10.0.0" ] diff --git a/requirements_all.txt b/requirements_all.txt index cdd695d4d74..b1989ae25a0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1603,7 +1603,7 @@ pycketcasts==1.0.1 pycmus==0.1.1 # homeassistant.components.tensorflow -pycocotools==2.0.1 +pycocotools==2.0.6 # homeassistant.components.comfoconnect pycomfoconnect==0.5.1