diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index b3930d677..ae870b4d6 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -604,7 +604,7 @@ plugins = ["importlib-metadata"] [[package]] name = "pylint" -version = "2.15.5" +version = "2.15.6" description = "python code static checker" category = "dev" optional = false @@ -906,7 +906,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "a3f01f060d234cd010c4c0fec3e70a6ee5cf126212ce4092643fb18fc4985c9d" +content-hash = "4c5d64009251734f014fc7b4a767295eb23e7668ecd2d6097101fe4c1faa259b" [metadata.files] aiohttp = [ @@ -1594,8 +1594,8 @@ pygments = [ {file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"}, ] pylint = [ - {file = "pylint-2.15.5-py3-none-any.whl", hash = "sha256:c2108037eb074334d9e874dc3c783752cc03d0796c88c9a9af282d0f161a1004"}, - {file = "pylint-2.15.5.tar.gz", hash = "sha256:3b120505e5af1d06a5ad76b55d8660d44bf0f2fc3c59c2bdd94e39188ee3a4df"}, + {file = "pylint-2.15.6-py3-none-any.whl", hash = "sha256:15060cc22ed6830a4049cf40bc24977744df2e554d38da1b2657591de5bcd052"}, + {file = "pylint-2.15.6.tar.gz", hash = "sha256:25b13ddcf5af7d112cf96935e21806c1da60e676f952efb650130f2a4483421c"}, ] pylint-pydantic = [ {file = "pylint_pydantic-0.1.4-py3-none-any.whl", hash = "sha256:d42d9e95255b2f70f82a674cec159f417263363c7da0e28998964d83d7330c72"}, diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 24eedcb42..9a59805d3 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.5" +pylint = "^2.15.6" mypy = "^0.991" pytest = "^7.2.0" types-toml = "^0.10.8"