From a3ff1298b7a4ceb5c773f49a464c6e845273be37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:21:59 +0000 Subject: [PATCH] Bump setuptools Bumps the pip group with 1 update in the /tools/build/python directory: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 70.0.0 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/v70.0.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tools/build/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/python/requirements.txt b/tools/build/python/requirements.txt index 4494cbf5b..4542d311f 100644 --- a/tools/build/python/requirements.txt +++ b/tools/build/python/requirements.txt @@ -16,7 +16,7 @@ pycodestyle==2.8.0 pyflakes==2.4.0 pylint==2.13.8 pytest==7.2.0 -setuptools==70.0.0 +setuptools==78.1.1 tomli==2.0.1 typing-extensions==4.4.0 wrapt==1.14.1 \ No newline at end of file