From e2b9dffdf7faf94c82138abb405e16adf51544af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 13:26:03 +0000 Subject: [PATCH] Bump pylint from 2.13.3 to 2.13.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.3 to 2.13.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.3...v2.13.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 69f583b..febec51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -782,7 +782,7 @@ python-versions = "*" [[package]] name = "pylint" -version = "2.13.3" +version = "2.13.4" description = "python code static checker" category = "dev" optional = false @@ -1252,7 +1252,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "8c4013865934d703188cb0cd584fdf36d62554eeaca2447fad43211aa3f00580" +content-hash = "845e2593e3e5c5aceb694153561542368298419686bc01b9f35ba09d25c9e692" [metadata.files] aioredis = [ @@ -1761,8 +1761,8 @@ pylev = [ {file = "pylev-1.4.0.tar.gz", hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1"}, ] pylint = [ - {file = "pylint-2.13.3-py3-none-any.whl", hash = "sha256:c8837b6ec6440e3490ab8f066054b0645a516a29ca51ce442f16f7004f711a70"}, - {file = "pylint-2.13.3.tar.gz", hash = "sha256:12ed2520510c40db647e4ec7f747b07e0d669b33ab41479c2a07bb89b92877db"}, + {file = "pylint-2.13.4-py3-none-any.whl", hash = "sha256:8672cf7441b81410f5de7defdf56e2d559c956fd0579652f2e0a0a35bea2d546"}, + {file = "pylint-2.13.4.tar.gz", hash = "sha256:7cc6d0c4f61dff440f9ed8b657f4ecd615dcfe35345953eb7b1dc74afe901d7a"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index ed7347f..c1b0888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ hiredis = "^2.0.0" mypy = "^0.942" pytest = "^7.1.1" ipdb = "^0.13.9" -pylint = "^2.13.3" +pylint = "^2.13.4" black = "^22.3" isort = "^5.9.3" flake8 = "^4.0.1"