From 30e6a7c3e56d0eb9a26ee850d72689db136a7f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 01:46:44 +0000 Subject: [PATCH] Bump pylint from 3.3.0 to 3.3.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- development-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-requirements.txt b/development-requirements.txt index 205857a..252f749 100644 --- a/development-requirements.txt +++ b/development-requirements.txt @@ -7,7 +7,7 @@ fpvs==0.3.0 isort==5.13.2 mypy==1.11.2 psutil==6.0.0 -pylint==3.3.0 +pylint==3.3.1 pytest-cov==5.0.0 pytest-schema==0.1.2 pytest==8.3.3