From 0804df26b772bf65f2583a0841c9ed1abb192e45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:09:42 +0000 Subject: [PATCH] Update dependency pylint to v3.3.2 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index badae48..1e19db0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -880,17 +880,17 @@ files = [ [[package]] name = "pylint" -version = "3.3.1" +version = "3.3.2" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9"}, - {file = "pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e"}, + {file = "pylint-3.3.2-py3-none-any.whl", hash = "sha256:77f068c287d49b8683cd7c6e624243c74f92890f767f106ffa1ddf3c0a54cb7a"}, + {file = "pylint-3.3.2.tar.gz", hash = "sha256:9ec054ec992cd05ad30a6df1676229739a73f8feeabf3912c995d17601052b01"}, ] [package.dependencies] -astroid = ">=3.3.4,<=3.4.0-dev0" +astroid = ">=3.3.5,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -1152,4 +1152,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b7e5d1a4060429c86f5ed6a642d5942e5175b5bf538d255bcd4bee43d1f464fe" +content-hash = "aed5db9e112798691c8a3d3418e3e203467a4eb694a799072e36529848271c06" diff --git a/pyproject.toml b/pyproject.toml index 06f4119..ffc8e06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ flake8-black = "0.3.6" flake8-bugbear = "24.10.31" flake8-import-order = "0.18.2" mypy = "1.13.0" -pylint = "3.3.1" +pylint = "3.3.2" types-requests = "^2.28.11.7" types-ldap3 = "^2.9.13.3"