From ca080dc01c1e10783635aea4b4f2387d8b0de8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:23:46 +0000 Subject: [PATCH] build(deps): bump pylint from 3.3.0 to 3.3.1 in /pip 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip/requirements.txt b/pip/requirements.txt index 7cc67ca..1d4b296 100644 --- a/pip/requirements.txt +++ b/pip/requirements.txt @@ -19,6 +19,6 @@ flake8==7.1.1 magic-wormhole==0.15.0 mypy==1.11.2 pep8-naming==0.14.1 -pylint==3.3.0 +pylint==3.3.1 vim-vint==0.3.21 yapf==0.40.2