From ab3289be5d1fcd45d776babdc3f65edf1d8b837b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 10:23:16 +0200 Subject: [PATCH] Bump pylint from 2.13.7 to 2.13.8 (#438) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ccbc80c5..0b3acd03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -653,7 +653,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pylint" -version = "2.13.7" +version = "2.13.8" description = "python code static checker" category = "dev" optional = false @@ -951,7 +951,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "5a0715dfc901bce17e919c6691c6ea9a120475a85950b2b73c91e0261e7039ba" +content-hash = "cc87f5088dcea1981802eb53f43ba4fad6dfc3e73b1242b66ca3aa0b6f7056f4" [metadata.files] aiohttp = [ @@ -1486,8 +1486,8 @@ pyflakes = [ {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, ] pylint = [ - {file = "pylint-2.13.7-py3-none-any.whl", hash = "sha256:13ddbbd8872c804574149e81197c28877eba75224ba6b76cd8652fc31df55c1c"}, - {file = "pylint-2.13.7.tar.gz", hash = "sha256:911d3a97c808f7554643bcc5416028cfdc42eae34ed129b150741888c688d5d5"}, + {file = "pylint-2.13.8-py3-none-any.whl", hash = "sha256:f87e863a0b08f64b5230e7e779bcb75276346995737b2c0dc2793070487b1ff6"}, + {file = "pylint-2.13.8.tar.gz", hash = "sha256:ced8968c3b699df0615e2a709554dec3ddac2f5cd06efadb69554a69eeca364a"}, ] pyparsing = [ {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, diff --git a/pyproject.toml b/pyproject.toml index d2571a77..067a9366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ isort = "^5.10.1" mypy = "^0.950" pre-commit = "^2.18.1" pre-commit-hooks = "^4.2.0" -pylint = "^2.13.7" +pylint = "^2.13.8" pytest = "^7.1.2" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0"