diff --git a/poetry.lock b/poetry.lock index e475fbf9..743bdf52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1665,18 +1665,18 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "2.16.4" +version = "2.17.0" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.16.4-py3-none-any.whl", hash = "sha256:4a770bb74fde0550fa0ab4248a2ad04e7887462f9f425baa0cd8d3c1d098eaee"}, - {file = "pylint-2.16.4.tar.gz", hash = "sha256:8841f26a0dbc3503631b6a20ee368b3f5e0e5461a1d95cf15d103dab748a0db3"}, + {file = "pylint-2.17.0-py3-none-any.whl", hash = "sha256:e097d8325f8c88e14ad12844e3fe2d963d3de871ea9a8f8ad25ab1c109889ddc"}, + {file = "pylint-2.17.0.tar.gz", hash = "sha256:1460829b6397cb5eb0cdb0b4fc4b556348e515cdca32115f74a1eb7c20b896b4"}, ] [package.dependencies] -astroid = ">=2.14.2,<=2.16.0-dev0" +astroid = ">=2.15.0,<=2.17.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -2610,4 +2610,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "10a3ee9793771d6d3f55a9428510ba943e7c35ae7a1c2a874546658311132447" +content-hash = "3fa21c6daca8f2dd6933c86743c39bf2cb5ef13d2de09431af125d029d588dbd" diff --git a/pyproject.toml b/pyproject.toml index 9db5b411..371c6a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ flake8 = "6.0.0" freezegun = "1.2.2" moto = "4.1.4" openapi-spec-validator = "0.5.5" -pylint = "2.16.4" +pylint = "2.17.0" pytest = "7.2.2" pytest-xdist = "3.2.0" safety = "2.3.5"