Skip to content

Commit a18f2d2

Browse files
chore(deps-dev): update pylint requirement from 3.3.3 to 3.3.4
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.3...v3.3.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4970785 commit a18f2d2

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.3.4"
2020
pytest-mock = "3.14.0"
21-
pylint = "3.3.3"
21+
pylint = "3.3.4"
2222
flake8 = "7.1.1"
2323
flake8-pytest-style = "2.1.0"
2424
ruff = "0.9.3"

0 commit comments

Comments
 (0)