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] <support@github.com>
This commit is contained in:
parent
9f99aab5e5
commit
e2b9dffdf7
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -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"},
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue