From ab21d8b437dded02c519ac82a0195ffd4207dead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:25:20 +0000 Subject: [PATCH] Bump setuptools in /usecase/agi-agent-application/backend Bumps [setuptools](https://github.com/pypa/setuptools) from 65.6.3 to 78.1.1. - [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/v65.6.3...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- usecase/agi-agent-application/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usecase/agi-agent-application/backend/requirements.txt b/usecase/agi-agent-application/backend/requirements.txt index f36f154..c70c241 100644 --- a/usecase/agi-agent-application/backend/requirements.txt +++ b/usecase/agi-agent-application/backend/requirements.txt @@ -10,7 +10,7 @@ markupsafe==2.1.1 ; python_version >= '3.7' werkzeug==3.0.6 ; python_version >= '3.7' # Packaging utilities -setuptools==65.6.3 ; python_version >= '3.7' +setuptools==78.1.1 ; python_version >= '3.7' importlib-metadata==5.1.0 ; python_version < '3.10' zipp==3.11.0 ; python_version >= '3.7' click==8.1.3 ; python_version >= '3.7'