Skip to content

Commit 536621d

Browse files
Update pylint requirement (#28)
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.3...v4.0.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce8724b commit 536621d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rss/rssbridge_producer/rssbridge_producer_data/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python = "<4.0,>=3.10"
1111
dataclasses-json = "^0.6.7"
1212

1313
[tool.poetry.dev-dependencies]
14-
pylint = "^3.2.3"
14+
pylint = "^4.0.2"
1515

1616
[build-system]
1717
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)