diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 567254d8e..9425d6ea2 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -31,7 +31,7 @@ frozenlist = ">=1.1.0" [[package]] name = "astroid" -version = "2.12.4" +version = "2.12.9" description = "An abstract syntax tree for Python with inference support." category = "dev" optional = false @@ -485,14 +485,14 @@ plugins = ["importlib-metadata"] [[package]] name = "pylint" -version = "2.15.0" +version = "2.15.2" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" [package.dependencies] -astroid = ">=2.12.4,<=2.14.0-dev0" +astroid = ">=2.12.9,<=2.14.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = ">=0.2" isort = ">=4.2.5,<6" @@ -740,7 +740,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "8e3a859d78f7934e2826f744c95a519d63cef13235df8e681d292afa7646d78f" +content-hash = "a352fda1d1fcc1b1734a2737865aad30086cb62a062f7d54d67a5dd84b1794d4" [metadata.files] aiohttp = [ @@ -822,8 +822,8 @@ aiosignal = [ {file = "aiosignal-1.2.0.tar.gz", hash = "sha256:78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2"}, ] astroid = [ - {file = "astroid-2.12.4-py3-none-any.whl", hash = "sha256:af71cdc0775b6e4d88076746620e2c8cd1bf4533a9977cfdd00eeea97d95530c"}, - {file = "astroid-2.12.4.tar.gz", hash = "sha256:39fa822c82dc112f5072a208ddf01c58184043aa90e3e469786fa0520c71aaa7"}, + {file = "astroid-2.12.9-py3-none-any.whl", hash = "sha256:27a22f40e45af6d362498647a0940e8ae9c35f71cb572a1b6f8f810122a11918"}, + {file = "astroid-2.12.9.tar.gz", hash = "sha256:0dafbfcf4ebdecd3c8f6d742c9d9c88508229ca823d5c98ab872d964f3321e56"}, ] async-timeout = [ {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"}, @@ -1285,8 +1285,8 @@ pygments = [ {file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"}, ] pylint = [ - {file = "pylint-2.15.0-py3-none-any.whl", hash = "sha256:4b124affc198b7f7c9b5f9ab690d85db48282a025ef9333f51d2d7281b92a6c3"}, - {file = "pylint-2.15.0.tar.gz", hash = "sha256:4f3f7e869646b0bd63b3dfb79f3c0f28fc3d2d923ea220d52620fd625aed92b0"}, + {file = "pylint-2.15.2-py3-none-any.whl", hash = "sha256:cc3da458ba810c49d330e09013dec7ced5217772dec8f043ccdd34dae648fde8"}, + {file = "pylint-2.15.2.tar.gz", hash = "sha256:f63404a2547edb5247da263748771ac9a806ed1de4174cda01293c08ddbc2999"}, ] 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 90ce7dbf2..fbd3cf82b 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -39,7 +39,7 @@ pydantic = "^1.9.2" aiohttp = "^3.8.1" [tool.poetry.dev-dependencies] -pylint = "^2.15.0" +pylint = "^2.15.2" mypy = "^0.971" pytest = "^7.1.3" types-toml = "^0.10.8"