From 4144127f335e84c8591bc57c3c6a9d7457135972 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:12:11 +0000 Subject: [PATCH 1/2] chore(deps): update dependency pylint to v3.3.4 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a9f6736a..836e2108 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1580,20 +1580,20 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.3.3" +version = "3.3.4" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.3-py3-none-any.whl", hash = "sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183"}, - {file = "pylint-3.3.3.tar.gz", hash = "sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a"}, + {file = "pylint-3.3.4-py3-none-any.whl", hash = "sha256:289e6a1eb27b453b08436478391a48cd53bb0efb824873f949e709350f3de018"}, + {file = "pylint-3.3.4.tar.gz", hash = "sha256:74ae7a38b177e69a9b525d0794bd8183820bfa7eb68cc1bee6e8ed22a42be4ce"}, ] [package.dependencies] astroid = ">=3.3.8,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = {version = ">=0.3.7", markers = "python_version >= \"3.12\""} -isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" +isort = ">=4.2.5,<5.13.0 || >5.13.0,<7" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2.0" tomlkit = ">=0.10.1" @@ -2037,4 +2037,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.13.1" -content-hash = "53522d9c1fc9e14af7b9b0fd0592906bfba26d632e917a963d2f0fd8fb33434b" +content-hash = "a231c5130567d1b2310beee82de20940c293de12edf054223dbd5cbe6b625b24" diff --git a/pyproject.toml b/pyproject.toml index 94a892b4..ec4bdd57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ docformatter = "1.7.5" isort = "5.13.2" mypy = "1.14.1" pre-commit = "3.8.0" -pylint = "3.3.3" +pylint = "3.3.4" [tool.bandit] exclude_dirs = ["tests"] From 249e64450c02c443ad64d92fd35c482ee9336d7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:14:24 +0000 Subject: [PATCH 2/2] chore(pre-commit): apply automatic changes --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d94c2b9..a1515e68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: - id: mypy - repo: https://github.com/PyCQA/pylint - rev: v3.3.3 + rev: v3.3.4 hooks: - id: pylint args: [ diff --git a/requirements-dev.txt b/requirements-dev.txt index bcee6e1d..c3003c62 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -963,9 +963,9 @@ propcache==0.2.1 ; python_full_version == "3.13.1" \ pygments==2.19.1 ; python_full_version == "3.13.1" \ --hash=sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f \ --hash=sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c -pylint==3.3.3 ; python_full_version == "3.13.1" \ - --hash=sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a \ - --hash=sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183 +pylint==3.3.4 ; python_full_version == "3.13.1" \ + --hash=sha256:289e6a1eb27b453b08436478391a48cd53bb0efb824873f949e709350f3de018 \ + --hash=sha256:74ae7a38b177e69a9b525d0794bd8183820bfa7eb68cc1bee6e8ed22a42be4ce pyparsing==3.2.1 ; python_full_version == "3.13.1" \ --hash=sha256:506ff4f4386c4cec0590ec19e6302d3aedb992fdc02c761e90416f158dacf8e1 \ --hash=sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a