From 2281eb1b985ed288f9926c29779dd4d4af1d5cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:46:34 +0000 Subject: [PATCH] Bump setuptools in /blockchain_integration/pi_network Bumps [setuptools](https://github.com/pypa/setuptools) from 57.4.0 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/v57.4.0...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blockchain_integration/pi_network/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain_integration/pi_network/requirements.txt b/blockchain_integration/pi_network/requirements.txt index 7c7c5d355..1880b70a5 100644 --- a/blockchain_integration/pi_network/requirements.txt +++ b/blockchain_integration/pi_network/requirements.txt @@ -1,5 +1,5 @@ pip==21.2.4 -setuptools==57.4.0 +setuptools==70.0.0 wheel==0.37.1 cryptography==3.4.8 pandas==1.3.5