From 2d2df7056bc557dea6a1da0193ee05c403e6f633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:25:56 +0100 Subject: [PATCH] Update setuptools requirement from <65.6.0,>=59.1.1 to >=59.1.1,<65.7.0 (#10327) (#10332) Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [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/v65.5.1...v65.6.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4804548367b..df81fc748fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -156,7 +156,7 @@ pytest-bdd==6.1.1 splinter==0.18.1 pytest-splinter==3.3.2 pytest-django==4.5.2 -setuptools>=59.1.1,<65.6.0 +setuptools>=59.1.1,<65.7.0 pip==22.3.1 Twisted==22.10.0 pixelmatch==0.3.0