diff --git a/poetry.lock b/poetry.lock index a28e8fbe..d5c74404 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1086,17 +1086,17 @@ files = [ [[package]] name = "pylint" -version = "2.17.6" +version = "2.17.7" description = "python code static checker" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.17.6-py3-none-any.whl", hash = "sha256:18a1412e873caf8ffb56b760ce1b5643675af23e6173a247b502406b24c716af"}, - {file = "pylint-2.17.6.tar.gz", hash = "sha256:be928cce5c76bf9acdc65ad01447a1e0b1a7bccffc609fb7fc40f2513045bd05"}, + {file = "pylint-2.17.7-py3-none-any.whl", hash = "sha256:27a8d4c7ddc8c2f8c18aa0050148f89ffc09838142193fdbe98f172781a3ff87"}, + {file = "pylint-2.17.7.tar.gz", hash = "sha256:f4fcac7ae74cfe36bc8451e931d8438e4a476c20314b1101c458ad0f05191fad"}, ] [package.dependencies] -astroid = ">=2.15.7,<=2.17.0-dev0" +astroid = ">=2.15.8,<=2.17.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -1495,4 +1495,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = "^3.7.2" -content-hash = "24ab1c43e93c34ab3da24951e7ba7d766e53e726489855b8c689f4144620dc09" +content-hash = "b71f8bc4d7ec68315c67a9088a5eaab0f5c1dbdc8cd638db864b7ccdd4c727f7" diff --git a/pyproject.toml b/pyproject.toml index 0064c0e3..fb8d8e67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ isort = {version = "5.11.5", python = ">=3.7.0"} pytest = "7.4.0" coverage = "6.1.1" pytest-cov = "2.12.1" -pylint = "2.17.6" +pylint = "2.17.7" pylintfileheader = "0.3.2" pytest-docker = {version = "2.0.0", platform = "linux"} requests-futures = "1.0.0"