diff --git a/poetry.lock b/poetry.lock index 2a6f7a9..a90724e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -782,7 +782,7 @@ python-versions = "*" [[package]] name = "pylint" -version = "2.13.7" +version = "2.13.8" description = "python code static checker" category = "dev" optional = false @@ -1241,7 +1241,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "9a75b8eeecc15b753a67be03841822676816e09cdfd3adf647d5ba37ce7f1456" +content-hash = "358d86aa70d91b085ae230bdf7abb506082e8d86902f5fe8ef676b45b3b13d2c" [metadata.files] aioredis = [ @@ -1750,8 +1750,8 @@ pylev = [ {file = "pylev-1.4.0.tar.gz", hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1"}, ] 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-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index f13efee..fe8e02e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ hiredis = "^2.0.0" mypy = "^0.950" pytest = "^7.1.2" ipdb = "^0.13.9" -pylint = "^2.13.7" +pylint = "^2.13.8" black = "^22.3" isort = "^5.9.3" flake8 = "^4.0.1"