From 3ac4309bcabe6dd0421261348c19695f822c3f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:13:43 +0000 Subject: [PATCH] Bump pylint from 3.2.7 to 3.3.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... 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 3ec63ec..167b91f 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.2.7 +pylint==3.3.0 pytest-cov==5.0.0 pytest-schema==0.1.2 pytest==8.3.3