From 6a041839572ca8dd1c6ea65e9a18945f3c57b0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:53:21 +0100 Subject: [PATCH] Build(deps): Bump setuptools from 75.7.0 to 75.8.0 (#408) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfbead4c..cea878a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-qt==4.4.0", - "setuptools==75.7.0", + "setuptools==75.8.0", ] doc = [ "Sphinx==8.1.3",