From 4784e9bf6d43363551cc517d1b953c679163881c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 21:00:13 +0000 Subject: [PATCH] build(deps-dev): bump pylint from 3.0.3 to 3.0.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... 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 ee388e4..83e3d4d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ invoke==2.2.0 # Linting/formating -pylint==3.0.3 +pylint==3.0.4 black==24.2.0 licenseheaders==0.8.8