From 9435116740bbb490fc922e8233f24ecfa1a9fc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:07:53 +0000 Subject: [PATCH] Bump setuptools in /src/Services/Detections/ai_inferencer Bumps [setuptools](https://github.com/pypa/setuptools) from 58.2.0 to 65.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v58.2.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Services/Detections/ai_inferencer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Detections/ai_inferencer/requirements.txt b/src/Services/Detections/ai_inferencer/requirements.txt index fc99582..6af6d0e 100644 --- a/src/Services/Detections/ai_inferencer/requirements.txt +++ b/src/Services/Detections/ai_inferencer/requirements.txt @@ -1,6 +1,6 @@ dapr-ext-grpc dapr -setuptools==58.2.0 +setuptools==65.5.1 # Base ---------------------------------------- matplotlib>=3.2.2