From 5fcde169ad24b3f4d84e9009e2d3f24feef8e8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 18:47:50 +0000 Subject: [PATCH] Bump prospector from 1.2.0 to 1.3.0 Bumps [prospector](https://github.com/PyCQA/prospector) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/PyCQA/prospector/releases) - [Changelog](https://github.com/PyCQA/prospector/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/prospector/compare/1.2.0...1.3.0) Signed-off-by: dependabot[bot] --- build/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/test-requirements.txt b/build/test-requirements.txt index 446bfc9a35ea..cae2ef19a9d1 100644 --- a/build/test-requirements.txt +++ b/build/test-requirements.txt @@ -20,4 +20,4 @@ isort pytest==4.6.9 ; python_version == '2.7' py==1.8.1 ; python_version == '2.7' # via pytest 4 pathlib2>=2.2.0 ; python_version == '2.7' # via pytest 4 -prospector==1.2.0 ; python_version == '2.7' +prospector==1.3.0 ; python_version == '2.7'