From bedce1748d2e00f76bd96a7900b85b41fde3a9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:58:53 +0000 Subject: [PATCH] Bump setuptools from 80.3.1 to 82.0.0 in /examples Bumps [setuptools](https://github.com/pypa/setuptools) from 80.3.1 to 82.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/v80.3.1...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 e21f7f0e3..e523e929f 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==82.0.0', 'setuptools-scm==8.3.1']