From 75278babe823af156efc6f39a45d381d59817abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:19:20 +0000 Subject: [PATCH] Bump setuptools from 80.9.0 to 80.10.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 80.10.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/v80.9.0...v80.10.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.10.1 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..c585d8baa 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.1", "slugid==2.0.0", "taskcluster==91.1.1", ]