mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-28 03:43:55 +02:00
chore(deps-dev): bump pylint-pydantic from 0.1.6 to 0.1.7 in /pykanidm (#1430)
Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases) - [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.1.6...0.1.7) --- 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:
parent
b862c37575
commit
f1217051e1
pykanidm
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -1374,13 +1374,13 @@ pylint = ">=1.7"
|
|||
|
||||
[[package]]
|
||||
name = "pylint-pydantic"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
description = "A Pylint plugin to help Pylint understand the Pydantic"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.9"
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pylint_pydantic-0.1.6-py3-none-any.whl", hash = "sha256:47664f959b0895844e6dd39045d44ef0277e3a21b55b9e1f3a514b1ea8cd0923"},
|
||||
{file = "pylint_pydantic-0.1.7-py3-none-any.whl", hash = "sha256:9c69c0f45b60985817dd03c8ad87ed3634116b8a706c72dd3387548dd85d7f4b"},
|
||||
]
|
||||
|
||||
[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 = "da1cbafb5a08f777bf0f82c844ce023f698957e901b5f610f51a5d9558feb12f"
|
||||
content-hash = "5e7b6892cc99c282ad27316a8f18a4097c84d868d6c11272337074ce3ed8ea4c"
|
||||
|
|
|
@ -40,7 +40,7 @@ Authlib = "^1.1.0"
|
|||
mypy = "^1.0"
|
||||
pytest = "^7.2.1"
|
||||
types-toml = "^0.10.8"
|
||||
pylint-pydantic = "^0.1.6"
|
||||
pylint-pydantic = "^0.1.7"
|
||||
coverage = "^7.2.1"
|
||||
pylint-pytest = "^1.1.2"
|
||||
pytest-asyncio = "^0.20.3"
|
||||
|
|
Loading…
Reference in a new issue