From a25e2d21407a88bf9b72dc6faf6c0b5ac44d5c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 16:04:39 +0000 Subject: [PATCH] build(deps): bump setuptools from 57.5.0 to 65.5.1 in /clients/python Bumps [setuptools](https://github.com/pypa/setuptools) from 57.5.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.5.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clients/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/python/requirements.txt b/clients/python/requirements.txt index aca140538..7874e3a1d 100644 --- a/clients/python/requirements.txt +++ b/clients/python/requirements.txt @@ -2,5 +2,5 @@ certifi==2021.5.30 future; python_version<="2.7" six==1.16.0 python_dateutil==2.8.2 -setuptools==57.5.0 +setuptools==65.5.1 urllib3==1.26.6