From 3b515b39f6a7e085c0ca571f0689e5116646297e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:15:01 +0000 Subject: [PATCH] Build(deps): Bump setuptools from 75.6.0 to 75.7.0 (#405) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index becd009..bfbead4 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.6.0", + "setuptools==75.7.0", ] doc = [ "Sphinx==8.1.3",