diff --git a/kanidm_rlm_python/poetry.lock b/kanidm_rlm_python/poetry.lock index 7b0b17a92..9c68e9266 100644 --- a/kanidm_rlm_python/poetry.lock +++ b/kanidm_rlm_python/poetry.lock @@ -102,7 +102,7 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock [[package]] name = "pylint" -version = "2.13.7" +version = "2.13.8" description = "python code static checker" category = "dev" optional = false @@ -187,7 +187,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "0fee64d7da39a6b8f28d2bb51332f7bf7ba41c780f20231c1804dba456a07aa7" +content-hash = "d8fcdab61d16750b85af68499b987ae2e27c4df77d62c6af5b26d77422680d4d" [metadata.files] astroid = [ @@ -266,8 +266,8 @@ platformdirs = [ {file = "platformdirs-2.4.0.tar.gz", hash = "sha256:367a5e80b3d04d2428ffa76d33f124cf11e8fff2acdaa9b43d545f5c7d661ef2"}, ] 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"}, ] requests = [ {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, diff --git a/kanidm_rlm_python/pyproject.toml b/kanidm_rlm_python/pyproject.toml index 04c2c1126..a1b37c79b 100644 --- a/kanidm_rlm_python/pyproject.toml +++ b/kanidm_rlm_python/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.6.2" requests = "^2.27.1" [tool.poetry.dev-dependencies] -pylint = "^2.13.7" +pylint = "^2.13.8" [build-system] requires = ["poetry-core>=1.0.0"]