chore(deps-dev): bump pylint-pydantic from 0.1.7 to 0.1.8 in /pykanidm (#1469)

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

---
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-03-21 17:40:10 +10:00 committed by GitHub
parent 0626cc8a4e
commit e8e0eba8bb
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

@ -1374,13 +1374,13 @@ pylint = ">=1.7"
[[package]]
name = "pylint-pydantic"
version = "0.1.7"
version = "0.1.8"
description = "A Pylint plugin to help Pylint understand the Pydantic"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "pylint_pydantic-0.1.7-py3-none-any.whl", hash = "sha256:9c69c0f45b60985817dd03c8ad87ed3634116b8a706c72dd3387548dd85d7f4b"},
{file = "pylint_pydantic-0.1.8-py3-none-any.whl", hash = "sha256:4033c67e06885115fa3bb16e3b9ce918ac6439a87e9b4d314158e09bc1067ecb"},
]
[package.dependencies]
@ -2086,4 +2086,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "3aaa7cecf428b21e99aa9748ebf1e6851845b0180290cd19d8e7bf866fc29e3c"
content-hash = "3896c62ac7fe2dcf4781fe3b94b4dae6dfc0d48ea504c4e1a42bb7b256ff909c"

View file

@ -40,7 +40,7 @@ Authlib = "^1.1.0"
mypy = "^1.0"
pytest = "^7.2.2"
types-toml = "^0.10.8"
pylint-pydantic = "^0.1.7"
pylint-pydantic = "^0.1.8"
coverage = "^7.2.2"
pylint-pytest = "^1.1.2"
pytest-asyncio = "^0.21.0"