diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 50abd937a..ef8054ba2 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1283,14 +1283,14 @@ plugins = ["importlib-metadata"] [[package]] name = "pylint" -version = "2.15.9" +version = "2.15.10" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.15.9-py3-none-any.whl", hash = "sha256:349c8cd36aede4d50a0754a8c0218b43323d13d5d88f4b2952ddfe3e169681eb"}, - {file = "pylint-2.15.9.tar.gz", hash = "sha256:18783cca3cfee5b83c6c5d10b3cdb66c6594520ffae61890858fe8d932e1c6b4"}, + {file = "pylint-2.15.10-py3-none-any.whl", hash = "sha256:9df0d07e8948a1c3ffa3b6e2d7e6e63d9fb457c5da5b961ed63106594780cc7e"}, + {file = "pylint-2.15.10.tar.gz", hash = "sha256:b3dc5ef7d33858f297ac0d06cc73862f01e4f2e74025ec3eff347ce0bc60baf5"}, ] [package.dependencies] @@ -1988,4 +1988,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0430434bf6ec6b4833a2d00064e67096bcd74d75ad098e1c81779e87ae34a57b" +content-hash = "d4f507779df202995a7b72e8313f30146fb27a14b0831705f4c3e033056a2b6a" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index f39f3f389..bd1094ef4 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -37,7 +37,7 @@ aiohttp = "^3.8.1" Authlib = "^1.1.0" [tool.poetry.dev-dependencies] -pylint = "^2.15.9" +pylint = "^2.15.10" mypy = "^0.991" pytest = "^7.2.1" types-toml = "^0.10.8"