Skip to content

Commit 7e81998

Browse files
⬆️ Update pylint requirement from ^2.17.7 to >=2.17.7,<4.0.0
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@v2.17.7...v3.3.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07b3257 commit 7e81998

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
@@ -43,7 +43,7 @@ mypy = "^0.991"
4343
mypy-extensions = "^0.4.4"
4444
pre-commit = "^3.8.0"
4545
pydocstyle = "^6.3.0"
46-
pylint = "^2.17.7"
46+
pylint = ">=2.17.7,<4.0.0"
4747
pytest = "^7.3.1,<9.0.0"
4848
hypothesis = "^6.129.0"
4949
pyupgrade = "^3.19.1"

0 commit comments

Comments
 (0)