chore(deps-dev): bump pylint-pydantic from 0.2.3 to 0.2.4 in /pykanidm (#1912)

Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases)
- [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.2.3...0.2.4)

---
updated-dependencies:
- dependency-name: pylint-pydantic
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-30 21:00:44 +00:00 committed by GitHub
parent e587805a29
commit 7630ba71c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
pykanidm/poetry.lock generated
View file

@ -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"

View file

@ -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"