From 9475ad3c3f77acc12c8e54073f51ea9f712ae0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 17:05:29 +0000 Subject: MAINT: Update setuptools requirement from <49.2.0 to <58.2.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...v58.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... 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 9d2da2e0d..36f1f7f46 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ cython==0.29.24 wheel<0.37.1 -setuptools<49.2.0 +setuptools<58.2.0 hypothesis==6.21.6 pytest==6.2.5 pytz==2021.1 -- cgit v1.2.1