Skip to content

Commit 5adfb6b

Browse files
chore(deps): update pylint requirement
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.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a43ce40 commit 5adfb6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dev = [
4848
"flit >=3.2.0,<4.0.0",
4949
"mypy >=1.0.0,<1.19",
5050
"pip-audit >=2.4.4,<3.0.0",
51-
"pylint >=3.0.0,<3.4.0",
51+
"pylint >=3.0.0,<4.1.0",
5252
"perflint >=0.8.0,<1.0.0",
5353
"cyclonedx-bom >=4.0.0,<5.0.0",
5454
]

0 commit comments

Comments
 (0)