From 49cdb2c28a2852375deb7258e867514ac1d08876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:02:44 +0100 Subject: [PATCH] chore(deps-dev): bump setuptools from 80.10.1 to 80.10.2 (#80) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61cc636..231c04c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==80.10.1"] +requires = ["setuptools==80.10.2"] build-backend = "setuptools.build_meta" [project]