From e511ac447b1d102ec056ca372ef16f5934baeb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:26:13 +0000 Subject: [PATCH] Bump setuptools from 80.9.0 to 80.10.2 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 80.10.2. - [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...v80.10.2) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 94e5b1517..f669c612d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = ["setuptools"] -build-backend = "setuptools.build_meta" +build-backend = "setuptools*" [tool.setuptools] packages = ["sync"] @@ -32,7 +32,7 @@ dependencies = [ "pygithub==2.8.1", "pyyaml==6.0.3", "requests==2.32.5", - "setuptools==80.9.0", + "setuptools==80.10.2", "slugid==2.0.0", "taskcluster==91.1.1", ]