diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 6f70ccf85..44c5d88a0 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1415,12 +1415,12 @@ pylint = ">=1.7" [[package]] name = "pylint-pydantic" -version = "0.2.3" +version = "0.2.4" description = "A Pylint plugin to help Pylint understand the Pydantic" optional = false python-versions = ">=3.7" files = [ - {file = "pylint_pydantic-0.2.3-py3-none-any.whl", hash = "sha256:da9f477cb9c600fb69cb20267b8b459fa75a51bb931149f46c5fccac2bb12961"}, + {file = "pylint_pydantic-0.2.4-py3-none-any.whl", hash = "sha256:452b32992f47e303b432f8940d4077f1d60e8d3325351b8998d846431699111a"}, ] [package.dependencies] @@ -2101,4 +2101,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a59ab1620dfad0f8d104d0dfd897c3cb13d8501c21d42a447599c1093ec9ad5e" +content-hash = "a01823311befa71a04aa8516101a2815ce14767e00dde32d9b213e583ca49d5c" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 7b12815db..33d1a4457 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -40,7 +40,7 @@ Authlib = "^1.1.0" mypy = "^1.4" pytest = "^7.4.0" types-toml = "^0.10.8" -pylint-pydantic = "^0.2.3" +pylint-pydantic = "^0.2.4" coverage = "^7.2.7" pylint-pytest = "^1.1.2" pytest-asyncio = "^0.21.1"