diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 1505a3e96..8ec7b6361 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -495,7 +495,7 @@ python-versions = ">=3.6" [[package]] name = "pylint" -version = "2.14.4" +version = "2.14.5" description = "python code static checker" category = "dev" optional = false @@ -801,7 +801,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "44877bd73225cc4e6cd4fb2e06efc5904355dfaa3dfc242f5cdc2f64e8178586" +content-hash = "4712783bb6912dd64fe0fe56027c8972d34755cb822a18763c12b79c950584a4" [metadata.files] aiohttp = [ @@ -1344,8 +1344,8 @@ pygments = [ {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"}, ] pylint = [ - {file = "pylint-2.14.4-py3-none-any.whl", hash = "sha256:89b61867db16eefb7b3c5b84afc94081edaf11544189e2b238154677529ad69f"}, - {file = "pylint-2.14.4.tar.gz", hash = "sha256:47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a"}, + {file = "pylint-2.14.5-py3-none-any.whl", hash = "sha256:fabe30000de7d07636d2e82c9a518ad5ad7908590fe135ace169b44839c15f90"}, + {file = "pylint-2.14.5.tar.gz", hash = "sha256:487ce2192eee48211269a0e976421f334cf94de1806ca9d0a99449adcdf0285e"}, ] 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 50a051d1f..49df2ef20 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -24,7 +24,7 @@ pydantic = "^1.9.1" aiohttp = "^3.8.1" [tool.poetry.dev-dependencies] -pylint = "^2.14.4" +pylint = "^2.14.5" mypy = "^0.961" types-requests = "^2.28.1" pytest = "^7.1.2"