diff --git a/poetry.lock b/poetry.lock index cad0232..3e4d604 100644 --- a/poetry.lock +++ b/poetry.lock @@ -782,7 +782,7 @@ python-versions = "*" [[package]] name = "pylint" -version = "2.13.4" +version = "2.13.5" 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 = "845e2593e3e5c5aceb694153561542368298419686bc01b9f35ba09d25c9e692" +content-hash = "a17e21b4df92b2e5781a2da0685b96abb9f6e35e82c5cbc7d87b336cf16d82a9" [metadata.files] aioredis = [ @@ -1761,8 +1761,8 @@ pylev = [ {file = "pylev-1.4.0.tar.gz", hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1"}, ] pylint = [ - {file = "pylint-2.13.4-py3-none-any.whl", hash = "sha256:8672cf7441b81410f5de7defdf56e2d559c956fd0579652f2e0a0a35bea2d546"}, - {file = "pylint-2.13.4.tar.gz", hash = "sha256:7cc6d0c4f61dff440f9ed8b657f4ecd615dcfe35345953eb7b1dc74afe901d7a"}, + {file = "pylint-2.13.5-py3-none-any.whl", hash = "sha256:c149694cfdeaee1aa2465e6eaab84c87a881a7d55e6e93e09466be7164764d1e"}, + {file = "pylint-2.13.5.tar.gz", hash = "sha256:dab221658368c7a05242e673c275c488670144123f4bd262b2777249c1c0de9b"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index c1b0888..0b21d27 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.4" +pylint = "^2.13.5" black = "^22.3" isort = "^5.9.3" flake8 = "^4.0.1"