From 47349c1b21faa12a425eb5399191afdbe68f6ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 15:34:33 +0000 Subject: [PATCH] Bump setuptools from 39.2.0 to 65.5.1 in /ci Bumps [setuptools](https://github.com/pypa/setuptools) from 39.2.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/v39.2.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/requirements-01-setuptools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements-01-setuptools.txt b/ci/requirements-01-setuptools.txt index b4fde8c..4a971ce 100644 --- a/ci/requirements-01-setuptools.txt +++ b/ci/requirements-01-setuptools.txt @@ -1,3 +1,3 @@ -setuptools == 39.2.0 ; python_version == '3.3' +setuptools == 65.5.1 ; python_version == '3.3' setuptools >= 39.2.0 ; python_version == '2.7' or python_version >= '3.4' wheel ; python_version == '3.3' \ No newline at end of file