From 190afce3e1cd97928b85402538c4b4d01594badf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:53:43 +0000 Subject: [PATCH] Bump setuptools from 83.0.0 to 84.0.0 in /services/ui Bumps [setuptools](https://github.com/pypa/setuptools) from 83.0.0 to 84.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/v83.0.0...v84.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/ui/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ui/pyproject.toml b/services/ui/pyproject.toml index 0b7524e..0fd5b92 100644 --- a/services/ui/pyproject.toml +++ b/services/ui/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "pyyaml==6.0.3", "gunicorn==25.3.0", "pip==26.1.2", - "setuptools==83.0.0", + "setuptools==84.0.0", "wheel==0.46.2", ]