Merge pull request #182 from redis/dependabot/pip/pylint-2.13.4

Bump pylint from 2.13.3 to 2.13.4
This commit is contained in:
Simon Prickett 2022-04-01 15:01:48 +01:00 committed by GitHub
commit 5ace138f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -782,7 +782,7 @@ python-versions = "*"
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "2.13.3" version = "2.13.4"
description = "python code static checker" description = "python code static checker"
category = "dev" category = "dev"
optional = false optional = false
@ -1252,7 +1252,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "8c4013865934d703188cb0cd584fdf36d62554eeaca2447fad43211aa3f00580" content-hash = "845e2593e3e5c5aceb694153561542368298419686bc01b9f35ba09d25c9e692"
[metadata.files] [metadata.files]
aioredis = [ aioredis = [
@ -1761,8 +1761,8 @@ pylev = [
{file = "pylev-1.4.0.tar.gz", hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1"}, {file = "pylev-1.4.0.tar.gz", hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1"},
] ]
pylint = [ pylint = [
{file = "pylint-2.13.3-py3-none-any.whl", hash = "sha256:c8837b6ec6440e3490ab8f066054b0645a516a29ca51ce442f16f7004f711a70"}, {file = "pylint-2.13.4-py3-none-any.whl", hash = "sha256:8672cf7441b81410f5de7defdf56e2d559c956fd0579652f2e0a0a35bea2d546"},
{file = "pylint-2.13.3.tar.gz", hash = "sha256:12ed2520510c40db647e4ec7f747b07e0d669b33ab41479c2a07bb89b92877db"}, {file = "pylint-2.13.4.tar.gz", hash = "sha256:7cc6d0c4f61dff440f9ed8b657f4ecd615dcfe35345953eb7b1dc74afe901d7a"},
] ]
pyparsing = [ pyparsing = [
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},

View file

@ -41,7 +41,7 @@ hiredis = "^2.0.0"
mypy = "^0.942" mypy = "^0.942"
pytest = "^7.1.1" pytest = "^7.1.1"
ipdb = "^0.13.9" ipdb = "^0.13.9"
pylint = "^2.13.3" pylint = "^2.13.4"
black = "^22.3" black = "^22.3"
isort = "^5.9.3" isort = "^5.9.3"
flake8 = "^4.0.1" flake8 = "^4.0.1"