From 2bb4cb1cdb312c1da9bd830bdf23828c8d40e3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 16:00:24 +0000 Subject: [PATCH] Bump setuptools from 57.0.0 to 65.5.1 in /sdk/python-sdk Bumps [setuptools](https://github.com/pypa/setuptools) from 57.0.0 to 65.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v57.0.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/python-sdk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python-sdk/requirements.txt b/sdk/python-sdk/requirements.txt index 16a4c75b..c002d516 100644 --- a/sdk/python-sdk/requirements.txt +++ b/sdk/python-sdk/requirements.txt @@ -4,7 +4,7 @@ base58==2.1.0 # Development Dependencies (including testing) wheel==0.36.2 -setuptools==57.0.0 +setuptools==65.5.1 pylint==2.8.3 pylint-quotes==0.2.3 pytest==6.2.4