Skip to content

Commit 76b0cb0

Browse files
chore(deps-dev): 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@v4.0.0...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89e8e1b commit 76b0cb0

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
@@ -50,7 +50,7 @@ dev = [
5050
"flit >=3.2.0,<4.0.0",
5151
"mypy >=1.0.0,!=1.20.2,<1.21",
5252
"pip-audit >=2.4.4,<3.0.0",
53-
"pylint >=4.0.0,<4.1.0",
53+
"pylint >=4.0.6,<4.1.0",
5454
"cyclonedx-bom >=7.0.0,<8.0.0",
5555
]
5656
docs = [

0 commit comments

Comments
 (0)