From d9e9685030d34aa052122133628a060b033c47a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:20:20 +0000 Subject: [PATCH] chore(deps-dev): bump pylint-pydantic from 0.2.0 to 0.2.1 in /pykanidm (#1863) Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases) - [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.2.0...0.2.1) --- updated-dependencies: - dependency-name: pylint-pydantic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pykanidm/poetry.lock | 6 +++--- pykanidm/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index d9ffe80f7..bd1edb080 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1327,12 +1327,12 @@ pylint = ">=1.7" [[package]] name = "pylint-pydantic" -version = "0.2.0" +version = "0.2.1" description = "A Pylint plugin to help Pylint understand the Pydantic" optional = false python-versions = ">=3.7" files = [ - {file = "pylint_pydantic-0.2.0-py3-none-any.whl", hash = "sha256:f44e38239c0da3cd1f500f7382ce57aaceb23200c2a675367d3e34b458b597a3"}, + {file = "pylint_pydantic-0.2.1-py3-none-any.whl", hash = "sha256:6142fc4aada13a83328484ca3aef384e43f8cfcc128f8cd84bc38d64191a08ee"}, ] [package.dependencies] @@ -2013,4 +2013,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "245b431e43a6d82b9b580c124638e924ada87995cb4010d3434dbd7097eb78d8" +content-hash = "945c8c76417de195c7db1b79d3513162bd8920210119a0b25d386e7b0aa4e18f" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 122faf37d..6b0e632ab 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.0" +pylint-pydantic = "^0.2.1" coverage = "^7.2.7" pylint-pytest = "^1.1.2" pytest-asyncio = "^0.21.1"