From ab81ca4511b6ec9312c1e3bdec1c448096e3b6ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:12:04 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3.3.2 (#13166) * chore(deps): update dependency pylint to v3.3.2 * chore(deps): update lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- pyproject.toml | 2 +- uv.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9344c90a7d09..44be7b2a3319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pre-commit = [ "pre-commit==4.0.1" ] pylint = [ - "pylint==3.3.1" + "pylint==3.3.2" ] test = [ "coverage==7.6.8", diff --git a/uv.lock b/uv.lock index 6d3bfeff7aee..6139778070b3 100644 --- a/uv.lock +++ b/uv.lock @@ -2682,7 +2682,7 @@ wheels = [ [[package]] name = "pylint" -version = "3.3.1" +version = "3.3.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "astroid" }, @@ -2693,9 +2693,9 @@ dependencies = [ { name = "platformdirs" }, { name = "tomlkit" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/63/3a/13e90e29777e695d90f422cf4fadb81c999e4755a9089838561bd0590cac/pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e", size = 1516703 } +sdist = { url = "https://files.pythonhosted.org/packages/81/d8/4471b2cb4ad18b4af717918c468209bd2bd5a02c52f60be5ee8a71b5af2c/pylint-3.3.2.tar.gz", hash = "sha256:9ec054ec992cd05ad30a6df1676229739a73f8feeabf3912c995d17601052b01", size = 1516485 } wheels = [ - { url = "https://files.pythonhosted.org/packages/4d/11/4a3f814eee14593f3cfcf7046bc765bf1646d5c88132c08c45310fc7d85f/pylint-3.3.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9", size = 521768 }, + { url = "https://files.pythonhosted.org/packages/61/55/5eaf6c415f6ddb09b9b039278823a8e27fb81ea7a34ec80c6d9223b17f2e/pylint-3.3.2-py3-none-any.whl", hash = "sha256:77f068c287d49b8683cd7c6e624243c74f92890f767f106ffa1ddf3c0a54cb7a", size = 521873 }, ] [[package]] @@ -4379,7 +4379,7 @@ dev = [ { name = "pre-commit", specifier = "==4.0.1" }, { name = "pygments", specifier = ">=2.17.0,<3.0" }, { name = "pyicu", specifier = "==2.14" }, - { name = "pylint", specifier = "==3.3.1" }, + { name = "pylint", specifier = "==3.3.2" }, { name = "pytest", specifier = "==8.3.3" }, { name = "pytest-cov", specifier = "==6.0.0" }, { name = "pytest-django", specifier = "==4.9.0" }, @@ -4416,10 +4416,10 @@ docs = [ ] lint = [ { name = "pre-commit", specifier = "==4.0.1" }, - { name = "pylint", specifier = "==3.3.1" }, + { name = "pylint", specifier = "==3.3.2" }, ] pre-commit = [{ name = "pre-commit", specifier = "==4.0.1" }] -pylint = [{ name = "pylint", specifier = "==3.3.1" }] +pylint = [{ name = "pylint", specifier = "==3.3.2" }] test = [ { name = "coverage", specifier = "==7.6.8" }, { name = "pytest", specifier = "==8.3.3" },