From 3fd8eddb79f875755e2bb9a4d54d717a35adf77c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:11:12 -0700 Subject: [PATCH] chore(deps): update dependency pylint to v3.3.2 (#148) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a6ffe9..de22c11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "bandit==1.8.0", "mypy==1.13.0", "pre-commit==4.0.1", - "pylint==3.3.1", + "pylint==3.3.2", "pytest-asyncio==0.24.0", "pytest-cov==6.0.0", "pytest-mock==3.14.0", diff --git a/uv.lock b/uv.lock index 85bdb35..4e01dc0 100644 --- a/uv.lock +++ b/uv.lock @@ -294,7 +294,7 @@ dev = [ { name = "bandit", specifier = "==1.8.0" }, { name = "mypy", specifier = "==1.13.0" }, { name = "pre-commit", specifier = "==4.0.1" }, - { name = "pylint", specifier = "==3.3.1" }, + { name = "pylint", specifier = "==3.3.2" }, { name = "pytest", specifier = "==8.3.3" }, { name = "pytest-asyncio", specifier = "==0.24.0" }, { name = "pytest-cov", specifier = "==6.0.0" }, @@ -1268,7 +1268,7 @@ wheels = [ [[package]] name = "pylint" -version = "3.3.1" +version = "3.3.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "astroid" }, @@ -1279,9 +1279,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]]