From abc881982d8b0974548c824c74b1fc8649b7d093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:30:29 +0000 Subject: [PATCH] Bump setuptools from 80.9.0 to 83.0.0 in /unified-search-app Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 83.0.0. - [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/v80.9.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- unified-search-app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified-search-app/pyproject.toml b/unified-search-app/pyproject.toml index 2b55568f63..c847338849 100644 --- a/unified-search-app/pyproject.toml +++ b/unified-search-app/pyproject.toml @@ -29,7 +29,7 @@ dev = [ ] [build-system] -requires = ["setuptools>=64", "wheel"] +requires = ["setuptools>=83.0.0", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]