Compare commits

..

1 Commits

Author SHA1 Message Date
2aaf2a148d chore(deps): update dependency pylint to v3.1.1
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 36s
Python Linters / formatting (pull_request) Successful in 44s
REUSE Compliance / reuse (pull_request) Successful in 23s
Python Linters / mypy (pull_request) Successful in 47s
Selftests / test-build-install (pull_request) Successful in 46s
Selftests / test-sync (pull_request) Failing after 3m11s
2024-05-16 22:03:54 +00:00

14
poetry.lock generated
View File

@@ -2,13 +2,13 @@
[[package]]
name = "astroid"
version = "3.2.2"
version = "3.2.1"
description = "An abstract syntax tree for Python with inference support."
optional = false
python-versions = ">=3.8.0"
files = [
{file = "astroid-3.2.2-py3-none-any.whl", hash = "sha256:e8a0083b4bb28fcffb6207a3bfc9e5d0a68be951dd7e336d5dcf639c682388c0"},
{file = "astroid-3.2.2.tar.gz", hash = "sha256:8ead48e31b92b2e217b6c9733a21afafe479d52d6e164dd25fb1a770c7c3cf94"},
{file = "astroid-3.2.1-py3-none-any.whl", hash = "sha256:b452064132234819f023b94f4bd045b250ea0009f372b4377cfcd87f10806ca5"},
{file = "astroid-3.2.1.tar.gz", hash = "sha256:902564b36796ba1eab3ad2c7a694861fbd926f574d5dbb5fa1d86778a2ba2d91"},
]
[package.dependencies]
@@ -287,17 +287,17 @@ vulture = ["vulture"]
[[package]]
name = "pylint"
version = "3.2.2"
version = "3.2.0"
description = "python code static checker"
optional = false
python-versions = ">=3.8.0"
files = [
{file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"},
{file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"},
{file = "pylint-3.2.0-py3-none-any.whl", hash = "sha256:9f20c05398520474dac03d7abb21ab93181f91d4c110e1e0b32bc0d016c34fa4"},
{file = "pylint-3.2.0.tar.gz", hash = "sha256:ad8baf17c8ea5502f23ae38d7c1b7ec78bd865ce34af9a0b986282e2611a8ff2"},
]
[package.dependencies]
astroid = ">=3.2.2,<=3.3.0-dev0"
astroid = ">=3.2.0,<=3.3.0-dev0"
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
dill = [
{version = ">=0.2", markers = "python_version < \"3.11\""},