Skip to content

Commit ccb7d1c

Browse files
⬆ Update pylint requirement from <4,>=3.1.0 to >=3.1.0,<5 (#24)
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.1.0...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1dd40a6 commit ccb7d1c

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
@@ -41,7 +41,7 @@ dev = [
4141
]
4242
pre-commit-ci = [
4343
"pre-commit>=3.5.0,<5",
44-
"pylint>=3.1.0,<4",
44+
"pylint>=3.1.0,<5",
4545
"mypy>=1.2.0,<2",
4646
]
4747

0 commit comments

Comments
 (0)