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

18
poetry.lock generated
View File

@@ -2,13 +2,13 @@
[[package]] [[package]]
name = "astroid" name = "astroid"
version = "3.1.0" version = "3.3.4"
description = "An abstract syntax tree for Python with inference support." description = "An abstract syntax tree for Python with inference support."
optional = false optional = false
python-versions = ">=3.8.0" python-versions = ">=3.9.0"
files = [ files = [
{file = "astroid-3.1.0-py3-none-any.whl", hash = "sha256:951798f922990137ac090c53af473db7ab4e70c770e6d7fae0cec59f74411819"}, {file = "astroid-3.3.4-py3-none-any.whl", hash = "sha256:5eba185467253501b62a9f113c263524b4f5d55e1b30456370eed4cdbd6438fd"},
{file = "astroid-3.1.0.tar.gz", hash = "sha256:ac248253bfa4bd924a0de213707e7ebeeb3138abeb48d798784ead1e56d419d4"}, {file = "astroid-3.3.4.tar.gz", hash = "sha256:e73d0b62dd680a7c07cb2cd0ce3c22570b044dd01bd994bc3a2dd16c6cbba162"},
] ]
[package.dependencies] [package.dependencies]
@@ -287,17 +287,17 @@ vulture = ["vulture"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "3.1.0" version = "3.3.0"
description = "python code static checker" description = "python code static checker"
optional = false optional = false
python-versions = ">=3.8.0" python-versions = ">=3.9.0"
files = [ files = [
{file = "pylint-3.1.0-py3-none-any.whl", hash = "sha256:507a5b60953874766d8a366e8e8c7af63e058b26345cfcb5f91f89d987fd6b74"}, {file = "pylint-3.3.0-py3-none-any.whl", hash = "sha256:02dce1845f68974b9b03045894eb3bf05a8b3c7da9fd10af4de3c91e69eb92f1"},
{file = "pylint-3.1.0.tar.gz", hash = "sha256:6a69beb4a6f63debebaab0a3477ecd0f559aa726af4954fc948c51f7a2549e23"}, {file = "pylint-3.3.0.tar.gz", hash = "sha256:c685fe3c061ee5fb0ce7c29436174ab84a2f525fce2a268b1986e921e083fe22"},
] ]
[package.dependencies] [package.dependencies]
astroid = ">=3.1.0,<=3.2.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\""},