From c8e2e5bf3665144b2eec49b3abc0e9ee2eb706b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 08:33:24 +0000 Subject: [PATCH] MAINT: Update setuptools requirement from <49.2.0 to <56.3.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...v56.2.0) Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 4421c20b58ae..4e0d1697e620 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<56.3.0 hypothesis==6.10.1 pytest==6.2.3 pytz==2021.1