From 2282adba0686e415b418693a082d932947b3bf1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:39:24 +0000 Subject: [PATCH] build(deps): bump pylint from 3.0.3 to 3.1.0 in /pip Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... 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 7cc052f..e130478 100644 --- a/pip/requirements.txt +++ b/pip/requirements.txt @@ -19,6 +19,6 @@ flake8==7.0.0 magic-wormhole==0.13.0 mypy==1.8.0 pep8-naming==0.13.3 -pylint==3.0.3 +pylint==3.1.0 vim-vint==0.3.21 yapf==0.40.2