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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-09 20:12:25 +00:00 committed by GitHub
parent a818cebc85
commit f93353dc45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
pykanidm/poetry.lock generated
View file

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

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.1.8"
pylint-pydantic = "^0.2.0"
coverage = "^7.2.7"
pylint-pytest = "^1.1.2"
pytest-asyncio = "^0.21.0"