From e2f4cca4e99073ee24355fe893e97fd6d6250910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 20:32:05 +0000 Subject: [PATCH] chore(deps-dev): bump pylint-pydantic from 0.2.4 to 0.3.0 in /pykanidm (#2192) Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.2.4 to 0.3.0. - [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases) - [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.2.4...0.3.0) --- updated-dependencies: - dependency-name: pylint-pydantic dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pykanidm/poetry.lock | 10 +++++----- pykanidm/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 52f4f4942..870353852 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1531,17 +1531,17 @@ pylint = ">=1.7" [[package]] name = "pylint-pydantic" -version = "0.2.4" +version = "0.3.0" description = "A Pylint plugin to help Pylint understand the Pydantic" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pylint_pydantic-0.2.4-py3-none-any.whl", hash = "sha256:452b32992f47e303b432f8940d4077f1d60e8d3325351b8998d846431699111a"}, + {file = "pylint_pydantic-0.3.0-py3-none-any.whl", hash = "sha256:040603055f45168048fe86e07bb4b6d672ddc931e00a318102f6da42f6c65564"}, ] [package.dependencies] pydantic = "<3.0" -pylint = ">2.0,<3.0" +pylint = ">2.0,<4.0" pylint-plugin-utils = "*" [[package]] @@ -2326,4 +2326,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "229dc44dd9198630681784f68030f95bcc3408ba89e801d2daacfbe529c708f1" +content-hash = "4843d109768359ba2e9629b27e91a5a0da3f382bb2272a9b275c8ea51fcbd5f8" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 6830e98b6..2956bbec7 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -31,7 +31,7 @@ Authlib = "^1.2.0" mypy = "^1.5" pytest = "^7.4.2" types-toml = "^0.10.8" -pylint-pydantic = "^0.2.4" +pylint-pydantic = "^0.3.0" coverage = "^7.3.1" pylint-pytest = "^1.1.2" pytest-asyncio = "^0.21.1"