From 370b9e06ee4f5d8a15989e8b7ef83e831a770c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:10:04 +0000 Subject: [PATCH] Build(deps-dev): Bump setuptools from 83.0.0 to 84.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 83.0.0 to 84.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/v83.0.0...v84.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 519055ee..60b54894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ "ansys-tools-common==0.5.2", "pytest-cov==7.1.0", "pytest-qt==4.5.0", - "setuptools==83.0.0", + "setuptools==84.0.0", ] doc = [ "Sphinx==8.1.3",