From 5407fe6f253624f458f1cb79083cd709856db606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:30:41 +0000 Subject: [PATCH] build(deps-dev): bump pylint from 3.1.0 to 3.2.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d06d5bb..1b0fcda 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ invoke==2.2.0 # Linting/formating -pylint==3.1.0 +pylint==3.2.4 black==24.4.2 licenseheaders==0.8.8