diff --git a/poetry.lock b/poetry.lock index 359c3780..c863c360 100644 --- a/poetry.lock +++ b/poetry.lock @@ -889,7 +889,7 @@ python-versions = ">=3.6" [[package]] name = "pylint" -version = "2.13.7" +version = "2.13.8" description = "python code static checker" category = "dev" optional = false @@ -1598,7 +1598,7 @@ fastapi-crudrouter = [] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "bc2f763d7c60b77b96830db8a79e77ea49cf40258a79f62b9147c5dfcba85f94" +content-hash = "1bce6f5e3afb25a603f30ece8b0a9d1852652dd0bc9364ab9619d774b225a343" [metadata.files] aiohttp = [ @@ -2357,8 +2357,8 @@ pygments = [ {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"}, ] pylint = [ - {file = "pylint-2.13.7-py3-none-any.whl", hash = "sha256:13ddbbd8872c804574149e81197c28877eba75224ba6b76cd8652fc31df55c1c"}, - {file = "pylint-2.13.7.tar.gz", hash = "sha256:911d3a97c808f7554643bcc5416028cfdc42eae34ed129b150741888c688d5d5"}, + {file = "pylint-2.13.8-py3-none-any.whl", hash = "sha256:f87e863a0b08f64b5230e7e779bcb75276346995737b2c0dc2793070487b1ff6"}, + {file = "pylint-2.13.8.tar.gz", hash = "sha256:ced8968c3b699df0615e2a709554dec3ddac2f5cd06efadb69554a69eeca364a"}, ] pyparsing = [ {file = "pyparsing-3.0.6-py3-none-any.whl", hash = "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4"}, diff --git a/pyproject.toml b/pyproject.toml index 69717d85..d2b314eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ pytest-mockservers = "^0.6.0" pytest-xdist = "^2.5.0" redislite = "^6.0.674960" tox = "^3.25.0" -pylint = "^2.13.7" +pylint = "^2.13.8" setuptools-git-versioning = "^1.9.2" [tool.coverage.paths]