From 2cc2332992a662010ed0757ba46c1dc30b76fab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:06:53 +0000 Subject: [PATCH] Bump setuptools from 67.6.1 to 70.0.0 in /tower-lib Bumps [setuptools](https://github.com/pypa/setuptools) from 67.6.1 to 70.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/v67.6.1...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tower-lib/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tower-lib/pyproject.toml b/tower-lib/pyproject.toml index 872ce4a8..218a0261 100644 --- a/tower-lib/pyproject.toml +++ b/tower-lib/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "setuptools==67.6.1", + "setuptools==70.0.0", "hatchling==1.14.0", "wheel==0.42.0", "requests==2.31.0",