From 870eb3714a49e90bf8458dbb7062b70b1bf2c2fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:02:47 +0000 Subject: [PATCH] Bump prospector from 1.2.0 to 1.5.3.1 Bumps [prospector](https://github.com/PyCQA/prospector) from 1.2.0 to 1.5.3.1. - [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.5.3.1) --- updated-dependencies: - dependency-name: prospector dependency-type: direct:production update-type: version-update:semver-minor ... 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 49c1dd2573a2..33db625b7234 100644 --- a/build/test-requirements.txt +++ b/build/test-requirements.txt @@ -7,7 +7,7 @@ black ; python_version>='3.6' yapf pylint pycodestyle -prospector==1.2.0 # Last version of prospector with Python 2.7 support +prospector==1.5.3.1 # Last version of prospector with Python 2.7 support pydocstyle nose pytest==4.6.9 # Last version of pytest with Python 2.7 support