From 23cf3dbc630788cb6f40e77d6d6de707af1f861c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 01:13:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v2.17.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e31d8814..2ab07b47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1171,14 +1171,14 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pylint" -version = "2.17.3" +version = "2.17.4" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.17.3-py3-none-any.whl", hash = "sha256:a6cbb4c6e96eab4a3c7de7c6383c512478f58f88d95764507d84c899d656a89a"}, - {file = "pylint-2.17.3.tar.gz", hash = "sha256:761907349e699f8afdcd56c4fe02f3021ab5b3a0fc26d19a9bfdc66c7d0d5cd5"}, + {file = "pylint-2.17.4-py3-none-any.whl", hash = "sha256:7a1145fb08c251bdb5cca11739722ce64a63db479283d10ce718b2460e54123c"}, + {file = "pylint-2.17.4.tar.gz", hash = "sha256:5dcf1d9e19f41f38e4e85d10f511e5b9c35e1aa74251bf95cdd8cb23584e2db1"}, ] [package.dependencies] @@ -1749,4 +1749,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d0f30052091f126d64e7da1f5df92b61f09882b26307fa3f463fb9e854bb9bee" +content-hash = "ac0d685ee30c61c49923a1ac6598c4dba3bde6fba9c0bf2b13c1203412ef022e" diff --git a/pyproject.toml b/pyproject.toml index ce6e07aa..6af6d2bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ coverage = {version = "7.2.5", extras = ["toml"]} mypy = "1.2.0" pre-commit = "3.3.1" pre-commit-hooks = "4.4.0" -pylint = "2.17.3" +pylint = "2.17.4" pytest = "7.3.1" pytest-asyncio = "0.21.0" pytest-cov = "4.0.0"