Skip to content

Commit f38eda5

Browse files
dependabot[bot]COM8
authored andcommitted
Update pylint requirement from ~3.2 to ~3.3
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.0...v3.3.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 197ef69 commit f38eda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deepl = "^1.2.1"
1616
[tool.poetry.dev-dependencies]
1717
mypy = "~1.14"
1818
pre-commit = "~4.0"
19-
pylint = "~3.2"
19+
pylint = "~3.3"
2020
pytest = "~8.3"
2121
types-requests = "~2.32"
2222

0 commit comments

Comments
 (0)