diff --git a/kanidm_rlm_python/poetry.lock b/kanidm_rlm_python/poetry.lock index 535da1915..35cbb1c81 100644 --- a/kanidm_rlm_python/poetry.lock +++ b/kanidm_rlm_python/poetry.lock @@ -243,7 +243,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "pylint" -version = "2.14.3" +version = "2.14.4" description = "python code static checker" category = "dev" optional = false @@ -423,7 +423,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "e9f5c20805ba529138ff60d327b8a67e42094bbc7bb730faf58f132fdd470873" +content-hash = "54882c00f58d77c7959edd421b6713ce7747d9ac0482b7a73d7259faa49c20f0" [metadata.files] aiohttp = [ @@ -759,8 +759,8 @@ py = [ {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, ] pylint = [ - {file = "pylint-2.14.3-py3-none-any.whl", hash = "sha256:6757a027e15816be23625b079ebc45464e4c9d9dde0c826d18beee53fe22a2e7"}, - {file = "pylint-2.14.3.tar.gz", hash = "sha256:4e1378f815c63e7e44590d0d339ed6435f5281d0a0cc357d29a86ea0365ef868"}, + {file = "pylint-2.14.4-py3-none-any.whl", hash = "sha256:89b61867db16eefb7b3c5b84afc94081edaf11544189e2b238154677529ad69f"}, + {file = "pylint-2.14.4.tar.gz", hash = "sha256:47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a"}, ] pyparsing = [ {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, diff --git a/kanidm_rlm_python/pyproject.toml b/kanidm_rlm_python/pyproject.toml index b5a43bf8f..e3bdbc464 100644 --- a/kanidm_rlm_python/pyproject.toml +++ b/kanidm_rlm_python/pyproject.toml @@ -13,7 +13,7 @@ toml = "^0.10.2" aiohttp = "^3.8.1" [tool.poetry.dev-dependencies] -pylint = "^2.14.3" +pylint = "^2.14.4" mypy = "^0.961" types-requests = "^2.28.0" pytest = "^7.1.2"