From a769e2241d7bcc10f6e254d6d8a33591e610987a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 18:44:29 +0000 Subject: [PATCH] Bump setuptools from 80.3.1 to 80.10.1 in /examples Bumps [setuptools](https://github.com/pypa/setuptools) from 80.3.1 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.3.1...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] --- examples/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pyproject.toml b/examples/pyproject.toml index e21f7f0e..b7add48d 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -4,4 +4,4 @@ local_scheme = "no-local-version" version_scheme = "post-release" [build-system] -requires = ['setuptools==80.3.1', 'setuptools-scm==8.3.1'] +requires = ['setuptools==80.10.1', 'setuptools-scm==8.3.1']