From e2103240ff32472c3e43ce69d69e9beb34cb85c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 06:58:22 +0000 Subject: [PATCH] Bump prospector from 1.10.2 to 1.10.3 Bumps [prospector](https://github.com/PyCQA/prospector) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/PyCQA/prospector/releases) - [Changelog](https://github.com/landscapeio/prospector/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/prospector/compare/1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: prospector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 7f788ff4..eb0bce8d 100644 --- a/tests/requirements_for_static_code_analysis.txt +++ b/tests/requirements_for_static_code_analysis.txt @@ -1,4 +1,4 @@ -prospector==1.10.2 +prospector==1.10.3 mypy==1.6.1 vulture==2.10 bandit==1.7.5