From f5722cd7df63e8a83e3016549bf20932ac941fb7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 06:34:29 +0000 Subject: [PATCH] MAINT: Update setuptools requirement from <49.2.0 to <57.5.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/0.6...v57.4.0) Signed-off-by: dependabot-preview[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 3a4a89969818..33bb01f82cd2 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ cython==0.29.23 wheel<0.36.3 -setuptools<49.2.0 +setuptools<57.5.0 hypothesis==6.10.0 pytest==6.2.3 pytz==2021.1