Skip to content

Commit 1f51b69

Browse files
build(deps): bump pylint from 3.3.9 to 4.0.0
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.9 to 4.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.9...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba40d6c commit 1f51b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ formatting = [
4040
"isort==7.0.0"
4141
]
4242
linting = [
43-
"pylint==3.3.9"
43+
"pylint==4.0.0"
4444
]
4545
cli = [
4646
"typer" # if you install fundamend[cli], the cli commands are available via typer

0 commit comments

Comments
 (0)