From add0d7ab243caaca2aaf712a77349cd22dbb1a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:08:19 +0000 Subject: [PATCH 1/2] Bump setuptools from 59.6.0 to 65.3.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 59.6.0 to 65.3.0. - [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/v59.6.0...v65.3.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33c44bd696..1df6a03a22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ PyYAML==6.0 requests==2.27.1; python_version == '3.6' requests==2.28.1; python_version >= '3.7' semver==2.13.0 -setuptools==59.6.0 +setuptools==65.3.0 wcwidth==0.2.5 # rfmdocend: required-packages #+pygelf%pygelf==0.4.0 From f09bb1c446521de69b7b04456193a9182a3a1632 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Mon, 5 Sep 2022 09:43:19 +0200 Subject: [PATCH 2/2] Update setuptools ensuring Python 3.6 compatibility --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1df6a03a22..934b0dc839 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,8 @@ PyYAML==6.0 requests==2.27.1; python_version == '3.6' requests==2.28.1; python_version >= '3.7' semver==2.13.0 -setuptools==65.3.0 +setuptools==59.6.0; python_version == '3.6' +setuptools==65.3.0; python_version >= '3.7' wcwidth==0.2.5 # rfmdocend: required-packages #+pygelf%pygelf==0.4.0