Skip to content

Commit edda2eb

Browse files
chore: update pylint requirement from ==3.2.3 to ==4.0.6
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.3...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7f2325 commit edda2eb

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
@@ -27,7 +27,7 @@ in-project = true
2727

2828
[tool.poetry.group.dev.dependencies]
2929
mypy = "==1.15.0"
30-
pylint = "==3.2.3"
30+
pylint = "==4.0.6"
3131
pyright = "==1.1.398"
3232

3333
[build-system]

0 commit comments

Comments
 (0)