From 18517c25b8557a8f5b2c4618dd92b6226dc44137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:05:15 +0000 Subject: [PATCH] chore(deps-dev): bump pylint from 3.3.3 to 3.3.4 (#670) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b9b244d..6dda16c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1396,13 +1396,13 @@ 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] @@ -1413,7 +1413,7 @@ dill = [ {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and 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" tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} @@ -1961,4 +1961,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "5702382567be2cceab61e53b13f5e98a2643961995b17b55127dd951e3f98338" +content-hash = "42e425e9e761f2f6a90462264a89ff044fc1f36798be11313a65d460352a302e" diff --git a/pyproject.toml b/pyproject.toml index 6f33ef8..58e3ff8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ reorder-python-imports = "^3.14.0" pre-commit-hooks = "^5.0.0" Pygments = "^2.19.1" pyupgrade = "^3.19.1" -pylint = "^3.3.3" +pylint = "^3.3.4" pytest-asyncio = "~0.25.3" [build-system]