From c79d1d311564bc474d8198c91acde38c55b54b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 11:32:47 +0200 Subject: [PATCH] Bump prospector from 1.10.0 to 1.10.2 (#216) Bumps [prospector](https://github.com/PyCQA/prospector) from 1.10.0 to 1.10.2. - [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.10.0...1.10.2) --- updated-dependencies: - dependency-name: prospector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements_for_static_code_analysis.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements_for_static_code_analysis.txt b/tests/requirements_for_static_code_analysis.txt index 2896629e..79709ec4 100644 --- a/tests/requirements_for_static_code_analysis.txt +++ b/tests/requirements_for_static_code_analysis.txt @@ -1,4 +1,4 @@ -prospector==1.10.0 +prospector==1.10.2 mypy==1.3.0 vulture==2.7 bandit==1.7.5