Skip to content

Commit fc8a2c5

Browse files
Update pylint requirement from 3.3.4 to 3.3.6 (#3263)
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.3.4...v3.3.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e417495 commit fc8a2c5

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
@@ -26,7 +26,7 @@ python = ">=3.13,<3.14"
2626
[tool.poetry.group.dev.dependencies]
2727
pre-commit = "4.1.0"
2828
pre-commit-hooks = "5.0.0"
29-
pylint = "3.3.4"
29+
pylint = "3.3.6"
3030
ruff = "0.11.0"
3131

3232
[tool.poetry.urls]

0 commit comments

Comments
 (0)