diff --git a/poetry.lock b/poetry.lock index baa32bb..73e7444 100644 --- a/poetry.lock +++ b/poetry.lock @@ -868,14 +868,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pylint" -version = "2.17.3" +version = "2.17.4" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.17.3-py3-none-any.whl", hash = "sha256:a6cbb4c6e96eab4a3c7de7c6383c512478f58f88d95764507d84c899d656a89a"}, - {file = "pylint-2.17.3.tar.gz", hash = "sha256:761907349e699f8afdcd56c4fe02f3021ab5b3a0fc26d19a9bfdc66c7d0d5cd5"}, + {file = "pylint-2.17.4-py3-none-any.whl", hash = "sha256:7a1145fb08c251bdb5cca11739722ce64a63db479283d10ce718b2460e54123c"}, + {file = "pylint-2.17.4.tar.gz", hash = "sha256:5dcf1d9e19f41f38e4e85d10f511e5b9c35e1aa74251bf95cdd8cb23584e2db1"}, ] [package.dependencies] @@ -1173,4 +1173,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8d9c92e379299b6a07346e151e38ce79fb8e2c92ed955b7c5d3508bad9d8bb63" +content-hash = "380666e34a73d1faa17405a18802db9cd53c82689518356736eb081304012a28" diff --git a/pyproject.toml b/pyproject.toml index 624b1d5..995058b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ black = "^22.10.0" isort = "^5.12.0" mypy = "^1.2" pdoc3 = "^0.10.0" -pylint = "^2.17.3" +pylint = "^2.17.4" pytest = "^7.3.1" pytest-asyncio = "^0.15.1" pytest-cov = "^4.0.0"