chore(deps): update dependency pylint to v4.0.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
REUSE Compliance / reuse (pull_request) Successful in 45s
Python Linters / mypy (pull_request) Successful in 1m9s
Python Linters / pylint (pull_request) Successful in 1m12s
Python Linters / formatting (pull_request) Successful in 1m18s
Selftests / test-build-install (pull_request) Successful in 1m11s
Selftests / test-sync (pull_request) Successful in 50s

This commit is contained in:
2025-11-17 01:18:14 +00:00
parent 19cc36f305
commit 4778985683

14
poetry.lock generated
View File

@@ -35,13 +35,13 @@ trio = ["trio (>=0.26.1)"]
[[package]]
name = "astroid"
version = "4.0.1"
version = "4.0.2"
description = "An abstract syntax tree for Python with inference support."
optional = false
python-versions = ">=3.10.0"
files = [
{file = "astroid-4.0.1-py3-none-any.whl", hash = "sha256:37ab2f107d14dc173412327febf6c78d39590fdafcb44868f03b6c03452e3db0"},
{file = "astroid-4.0.1.tar.gz", hash = "sha256:0d778ec0def05b935e198412e62f9bcca8b3b5c39fdbe50b0ba074005e477aab"},
{file = "astroid-4.0.2-py3-none-any.whl", hash = "sha256:d7546c00a12efc32650b19a2bb66a153883185d3179ab0d4868086f807338b9b"},
{file = "astroid-4.0.2.tar.gz", hash = "sha256:ac8fb7ca1c08eb9afec91ccc23edbd8ac73bb22cbdd7da1d488d9fb8d6579070"},
]
[package.dependencies]
@@ -674,17 +674,17 @@ vulture = ["vulture"]
[[package]]
name = "pylint"
version = "4.0.2"
version = "4.0.3"
description = "python code static checker"
optional = false
python-versions = ">=3.10.0"
files = [
{file = "pylint-4.0.2-py3-none-any.whl", hash = "sha256:9627ccd129893fb8ee8e8010261cb13485daca83e61a6f854a85528ee579502d"},
{file = "pylint-4.0.2.tar.gz", hash = "sha256:9c22dfa52781d3b79ce86ab2463940f874921a3e5707bcfc98dd0c019945014e"},
{file = "pylint-4.0.3-py3-none-any.whl", hash = "sha256:896d09afb0e78bbf2e030cd1f3d8dc92771a51f7e46828cbc3948a89cd03433a"},
{file = "pylint-4.0.3.tar.gz", hash = "sha256:a427fe76e0e5355e9fb9b604fd106c419cafb395886ba7f3cebebb03f30e081d"},
]
[package.dependencies]
astroid = ">=4.0.1,<=4.1.dev0"
astroid = ">=4.0.2,<=4.1.dev0"
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
dill = [
{version = ">=0.2", markers = "python_version < \"3.11\""},