Compare commits

..

1 Commits

Author SHA1 Message Date
7477bd24ad chore(deps): update dependency pylint to v3.2.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 37s
Python Linters / formatting (pull_request) Successful in 42s
Python Linters / mypy (pull_request) Successful in 45s
REUSE Compliance / reuse (pull_request) Successful in 22s
Selftests / test-build-install (pull_request) Successful in 49s
Selftests / test-sync (pull_request) Successful in 1m25s
2024-06-09 22:03:32 +00:00

6
poetry.lock generated
View File

@@ -287,13 +287,13 @@ vulture = ["vulture"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "3.2.2" version = "3.2.3"
description = "python code static checker" description = "python code static checker"
optional = false optional = false
python-versions = ">=3.8.0" python-versions = ">=3.8.0"
files = [ files = [
{file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"},
{file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"},
] ]
[package.dependencies] [package.dependencies]