Skip to content

Commit c532bbb

Browse files
chore(deps-dev): update pylint requirement from 4.0.1 to 4.0.2 (#580)
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@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 541935d commit c532bbb

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
@@ -18,7 +18,7 @@ optional = true
1818
[tool.poetry.group.dev.dependencies]
1919
pytest = "8.4.2"
2020
pytest-mock = "3.15.1"
21-
pylint = "4.0.1"
21+
pylint = "4.0.2"
2222
flake8 = "7.3.0"
2323
flake8-pytest-style = "2.2.0"
2424
ruff = "0.14.1"

0 commit comments

Comments
 (0)