diff --git a/poetry.lock b/poetry.lock index 46e96fc..b5ebb8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -868,14 +868,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pylint" -version = "2.16.2" +version = "2.16.3" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.16.2-py3-none-any.whl", hash = "sha256:ff22dde9c2128cd257c145cfd51adeff0be7df4d80d669055f24a962b351bbe4"}, - {file = "pylint-2.16.2.tar.gz", hash = "sha256:13b2c805a404a9bf57d002cd5f054ca4d40b0b87542bdaba5e05321ae8262c84"}, + {file = "pylint-2.16.3-py3-none-any.whl", hash = "sha256:3e803be66e3a34c76b0aa1a3cf4714b538335e79bd69718d34fcf36d8fff2a2b"}, + {file = "pylint-2.16.3.tar.gz", hash = "sha256:0decdf8dfe30298cd9f8d82e9a1542da464db47da60e03641631086671a03621"}, ] [package.dependencies] @@ -1174,4 +1174,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7fcf34a544216b2acebf932c84d862a0c89fa48c95ac432aed168b7f205e1dc6" +content-hash = "7c25688875b250fe6558947333cb21088b94304cd97abb642bbc371f79a2bdc6" diff --git a/pyproject.toml b/pyproject.toml index e2c9181..3476f9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ black = "^22.10.0" isort = "^5.12.0" mypy = "^1.0" pdoc3 = "^0.10.0" -pylint = "^2.16.2" +pylint = "^2.16.3" pytest = "^7.2.1" pytest-asyncio = "^0.15.1" pytest-cov = "^4.0.0"