Compare commits

..

1 Commits

Author SHA1 Message Date
30ec4710d2 chore(deps): update dependency pylint to v3.3.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 42s
Python Linters / formatting (pull_request) Successful in 44s
REUSE Compliance / reuse (pull_request) Successful in 30s
Python Linters / mypy (pull_request) Successful in 1m1s
Selftests / test-build-install (pull_request) Successful in 1m2s
Selftests / test-sync (pull_request) Successful in 1m54s
2024-09-23 22:03:03 +00:00

8
poetry.lock generated
View File

@@ -287,17 +287,17 @@ vulture = ["vulture"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "3.3.1" version = "3.3.0"
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.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9"}, {file = "pylint-3.3.0-py3-none-any.whl", hash = "sha256:02dce1845f68974b9b03045894eb3bf05a8b3c7da9fd10af4de3c91e69eb92f1"},
{file = "pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e"}, {file = "pylint-3.3.0.tar.gz", hash = "sha256:c685fe3c061ee5fb0ce7c29436174ab84a2f525fce2a268b1986e921e083fe22"},
] ]
[package.dependencies] [package.dependencies]
astroid = ">=3.3.4,<=3.4.0-dev0" astroid = ">=3.3.3,<=3.4.0-dev0"
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
dill = [ dill = [
{version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.2", markers = "python_version < \"3.11\""},