From 903c5ad29f0c0e8218c863168012b63bdc5c3472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:28:16 +0000 Subject: [PATCH] chore(deps): bump setuptools from 75.8.2 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 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/v75.8.2...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a9a59b33..f438fbad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "uv==0.10.2", "lz4==4.4.5", "packaging==24.2", - "setuptools==75.8.2", + "setuptools==83.0.0", "importlib-resources==6.0.0", "importlib-metadata==8.0.0", "openai==2.30.0",