From 9d59fda4257eb9dc6f56e6d4a535edf04976ed94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:38:20 +0000 Subject: [PATCH] build(deps): 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: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 658b877..58aeacf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ formatting = [ "isort==6.0.1" ] linting = [ - "pylint==3.3.4" + "pylint==3.3.6" ] cli = [ "typer" # if you install fundamend[cli], the cli commands are available via typer