From 15326f185cf49b7fd182c77d70831abb50eabcae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:51:52 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3.3.4 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 365159a3..1bbe1cd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "bandit==1.8.2", "mypy==1.14.1", "pre-commit==4.1.0", - "pylint==3.3.3", + "pylint==3.3.4", "pytest-asyncio==0.25.2", "pytest-cov==6.0.0", "pytest-mock==3.14.0", diff --git a/uv.lock b/uv.lock index e5ca7ca9..397ba97c 100644 --- a/uv.lock +++ b/uv.lock @@ -280,7 +280,7 @@ dev = [ { name = "bandit", specifier = "==1.8.2" }, { name = "mypy", specifier = "==1.14.1" }, { name = "pre-commit", specifier = "==4.1.0" }, - { name = "pylint", specifier = "==3.3.3" }, + { name = "pylint", specifier = "==3.3.4" }, { name = "pytest", specifier = "==8.3.4" }, { name = "pytest-asyncio", specifier = "==0.25.2" }, { name = "pytest-cov", specifier = "==6.0.0" }, @@ -1256,7 +1256,7 @@ wheels = [ [[package]] name = "pylint" -version = "3.3.3" +version = "3.3.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "astroid" }, @@ -1267,9 +1267,9 @@ dependencies = [ { name = "platformdirs" }, { name = "tomlkit" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/17/fd/e9a739afac274a39596bbe562e9d966db6f3917fdb2bd7322ffc56da0ba2/pylint-3.3.3.tar.gz", hash = "sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a", size = 1516550 } +sdist = { url = "https://files.pythonhosted.org/packages/ab/b9/50be49afc91469f832c4bf12318ab4abe56ee9aa3700a89aad5359ad195f/pylint-3.3.4.tar.gz", hash = "sha256:74ae7a38b177e69a9b525d0794bd8183820bfa7eb68cc1bee6e8ed22a42be4ce", size = 1518905 } wheels = [ - { url = "https://files.pythonhosted.org/packages/91/e1/26d55acea92b1ea4d33672e48f09ceeb274e84d7d542a4fb9a32a556db46/pylint-3.3.3-py3-none-any.whl", hash = "sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183", size = 521918 }, + { url = "https://files.pythonhosted.org/packages/0d/8b/eef15df5f4e7aa393de31feb96ca9a3d6639669bd59d589d0685d5ef4e62/pylint-3.3.4-py3-none-any.whl", hash = "sha256:289e6a1eb27b453b08436478391a48cd53bb0efb824873f949e709350f3de018", size = 522280 }, ] [[package]]