From f93353dc452c2988e6c9a41575178057350bab0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 20:12:25 +0000 Subject: [PATCH] chore(deps-dev): bump pylint-pydantic from 0.1.8 to 0.2.0 in /pykanidm (#1832) Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.1.8 to 0.2.0. - [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases) - [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.1.8...0.2.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 | 8 ++++---- pykanidm/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 88cb995f9..3c8a2ba5d 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1330,16 +1330,16 @@ pylint = ">=1.7" [[package]] name = "pylint-pydantic" -version = "0.1.8" +version = "0.2.0" description = "A Pylint plugin to help Pylint understand the Pydantic" optional = false python-versions = ">=3.7" files = [ - {file = "pylint_pydantic-0.1.8-py3-none-any.whl", hash = "sha256:4033c67e06885115fa3bb16e3b9ce918ac6439a87e9b4d314158e09bc1067ecb"}, + {file = "pylint_pydantic-0.2.0-py3-none-any.whl", hash = "sha256:f44e38239c0da3cd1f500f7382ce57aaceb23200c2a675367d3e34b458b597a3"}, ] [package.dependencies] -pydantic = "<2.0" +pydantic = "<3.0" pylint = ">2.0,<3.0" pylint-plugin-utils = "*" @@ -2016,4 +2016,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2a9467edf1c0726d4079a8d0c0b961f6d07e02aa4ee41593cacdcfb1dc6ec62a" +content-hash = "54e5f8a36f5e5398e7a317cc0953c9b335e3292ee259a36caea20026015c2cfb" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index be2b37354..ca0dbb60b 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.1.8" +pylint-pydantic = "^0.2.0" coverage = "^7.2.7" pylint-pytest = "^1.1.2" pytest-asyncio = "^0.21.0"