From 395163a883c2c671ff5c54790a5ad84badb7c47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 20:03:31 +0000 Subject: [PATCH] build(deps): bump pylint from 3.1.0 to 3.1.1 in /pip Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.1.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 3ce3694..589be0c 100644 --- a/pip/requirements.txt +++ b/pip/requirements.txt @@ -19,6 +19,6 @@ flake8==7.0.0 magic-wormhole==0.14.0 mypy==1.10.0 pep8-naming==0.13.3 -pylint==3.1.0 +pylint==3.1.1 vim-vint==0.3.21 yapf==0.40.2