From 55c2f0ce56b581cad005dde7abbfe336dda03830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 06:40:22 +0000 Subject: [PATCH] Bump pylint from 2.17.4 to 2.17.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 2.17.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v2.17.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f41e5c2..13369ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = {file = ["requirements.txt"]} test = [ "black==23.7.0", "isort==5.10.1", - "pylint==2.17.4", + "pylint==2.17.6", "flake8==4.0.1", "pre-commit==3.3.2", "tox==4.6.4",