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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-16 22:20:20 +00:00 committed by GitHub
parent d0ce911fde
commit d9e9685030
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

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

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.0"
pylint-pydantic = "^0.2.1"
coverage = "^7.2.7"
pylint-pytest = "^1.1.2"
pytest-asyncio = "^0.21.1"