From 122ffdfb484830f4defee8f8d76c38ebff9efc73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 04:54:50 +0000 Subject: [PATCH] Update setuptools requirement from ~=69.1.0 to ~=69.1.1 Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.1.0...v69.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44ecf4e..c19e173 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,5 +20,5 @@ recognizer==1.3 # sentence_transformers #==2.2.2 # easyocr==1.7.1 # opencv-python~=4.9.0.80 -setuptools~=69.1.0 +setuptools~=69.1.1 loguru==0.7.2 \ No newline at end of file