Merge pull request 'chore(deps): update dependency pylint to v3.3.9' (#52) from renovate/all-dev-dependencies into main
All checks were successful
REUSE Compliance / reuse (push) Successful in 7s
Python Linters / formatting (push) Successful in 38s
Python Linters / mypy (push) Successful in 40s
Python Linters / pylint (push) Successful in 44s
Selftests / test-build-install (push) Successful in 40s
Selftests / test-sync (push) Successful in 49s

This commit was merged in pull request #52.
This commit is contained in:
2025-10-09 04:16:33 +02:00

6
poetry.lock generated
View File

@@ -670,13 +670,13 @@ vulture = ["vulture"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "3.3.8" version = "3.3.9"
description = "python code static checker" description = "python code static checker"
optional = false optional = false
python-versions = ">=3.9.0" python-versions = ">=3.9.0"
files = [ files = [
{file = "pylint-3.3.8-py3-none-any.whl", hash = "sha256:7ef94aa692a600e82fabdd17102b73fc226758218c97473c7ad67bd4cb905d83"}, {file = "pylint-3.3.9-py3-none-any.whl", hash = "sha256:01f9b0462c7730f94786c283f3e52a1fbdf0494bbe0971a78d7277ef46a751e7"},
{file = "pylint-3.3.8.tar.gz", hash = "sha256:26698de19941363037e2937d3db9ed94fb3303fdadf7d98847875345a8bb6b05"}, {file = "pylint-3.3.9.tar.gz", hash = "sha256:d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a"},
] ]
[package.dependencies] [package.dependencies]