From e15dacff3771aa26ea595169f86a777caaf382c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:51:27 +0000 Subject: [PATCH] chore(deps-dev): Bump pylint from 3.3.4 to 3.3.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.4 to 3.3.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.4...v3.3.6) --- 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev_requirements/requirements-linting.txt b/dev_requirements/requirements-linting.txt index aeeb54e33..c15c84a0d 100644 --- a/dev_requirements/requirements-linting.txt +++ b/dev_requirements/requirements-linting.txt @@ -15,7 +15,13 @@ mccabe==0.7.0 # via pylint platformdirs==4.2.0 # via pylint -pylint==3.3.4 +pylint==3.3.6 # via -r dev_requirements/requirements-linting.in +tomli==2.2.1 + # via pylint tomlkit==0.12.4 # via pylint +typing-extensions==4.12.2 + # via + # astroid + # pylint