From 674516da8e505247fd7726437301cfd51c6be0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:09:03 -0400 Subject: [PATCH] build(deps): bump setuptools from 65.5.1 to 70.0.0 in /e2e_tests (#1618) Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.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/v65.5.1...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- e2e_tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_tests/pyproject.toml b/e2e_tests/pyproject.toml index 6c82482a..26a0da0f 100644 --- a/e2e_tests/pyproject.toml +++ b/e2e_tests/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "py-algorand-sdk==1.17.0", "pytest==6.2.5", "PyYAML==6.0", - "setuptools ==65.5.1", + "setuptools ==70.0.0", ]