From 5c5d5ce5ceae4ec92cf06c63977fb9d207260eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:04:48 +0000 Subject: [PATCH] Update setuptools requirement from <63.3.0,>=59.1.1 to >=59.1.1,<67.6.0 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/v59.1.1...v67.5.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 241be299e3d..4eefdb07187 100644 --- a/requirements.txt +++ b/requirements.txt @@ -154,7 +154,7 @@ pytest-bdd==6.0.1 splinter==0.18.1 pytest-splinter==3.3.1 pytest-django==4.5.2 -setuptools>=59.1.1,<63.3.0 +setuptools>=59.1.1,<67.6.0 pip==22.2.1 Twisted==22.4.0 pixelmatch==0.3.0