From 33c0ae9646baf1e94a197f28cdf5a568b35ba505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:41:35 -0400 Subject: [PATCH] chore(deps-dev): bump pylint from 3.2.2 to 3.2.3 (#486) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8204a2e..26f2b5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1321,13 +1321,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.2" +version = "3.2.3" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, - {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, + {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, + {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, ] [package.dependencies] @@ -1880,4 +1880,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "996e238327b4598a9430b1aa27caf562a1e6cf10c5efdf809a10a4f31374ba37" +content-hash = "5108ee131615f8068fceb52ac1a1890f266d49cccdc0bf1cb375b37f388c1736" diff --git a/pyproject.toml b/pyproject.toml index 7c7088e..72beeae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ reorder-python-imports = "^3.13.0" pre-commit-hooks = "^4.6.0" Pygments = "^2.18.0" pyupgrade = "^3.15.2" -pylint = "^3.2.2" +pylint = "^3.2.3" pytest-asyncio = "~0.23.7" [build-system]