Skip to content

Commit 9915527

Browse files
Bump pylint from 3.3.4 to 4.0.5
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.4 to 4.0.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.4...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ad8f15 commit 9915527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ lint = [
9696
"pep8==1.7.1",
9797
"flake8==5.0.4",
9898
"astroid==3.3.8; python_version >= '3.10'",
99-
"pylint==3.3.4; python_version >= '3.10'",
99+
"pylint==4.0.5; python_version >= '3.10'",
100100
"bandit[toml]==1.9.3; python_version >= '3.10'",
101101
"black==26.3.1; python_version >= '3.10' and implementation_name == \"cpython\"",
102102
"isort==6.0.1; python_version >= '3.10'",

0 commit comments

Comments
 (0)