From 8547a65bbfab5ffcbb1fca039d2f8ecb6555480a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:24:54 +0000 Subject: [PATCH] build(deps): bump setuptools from 69.2.0 to 70.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 69.2.0 to 70.1.1. - [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/v69.2.0...v70.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production 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 2b557b1..a644439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ dev = [ "pytest-cov==5.0.0", "pytest==8.1.1", "setuptools-scm==8.0.4", - "setuptools==69.2.0", + "setuptools==70.1.1", "twine==5.0.0", "virtualenv==20.25.1", "wheel==0.43.0",