From 4370e9c63df7e6ca28bf476777f3626a002a0c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:22:55 +0000 Subject: [PATCH] Bump pylint from 3.0.1 to 3.0.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-linting.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-linting.txt b/dev_requirements/requirements-linting.txt index 79074ec..530dd04 100644 --- a/dev_requirements/requirements-linting.txt +++ b/dev_requirements/requirements-linting.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-linting.in # -astroid==3.0.0 +astroid==3.0.1 # via pylint dill==0.3.7 # via pylint @@ -14,7 +14,7 @@ mccabe==0.7.0 # via pylint platformdirs==3.1.0 # via pylint -pylint==3.0.1 +pylint==3.0.2 # via -r dev_requirements/requirements-linting.in tomlkit==0.11.6 # via pylint