From 3bfec0a434a5d8a344b874021f8a616aa96fb503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 06:46:33 +0000 Subject: [PATCH] Update setuptools requirement from <49.2.0 to <56.1.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.0.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 2a4f64ca5a71..d89efbaedc7e 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ cython==0.29.21 wheel<0.36.3 -setuptools<49.2.0 +setuptools<56.1.0 hypothesis==5.43.3 pytest==6.2.1 pytz==2020.4