mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps-dev): bump pylint-pydantic from 0.2.1 to 0.2.3 in /pykanidm (#1900)
Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.2.1 to 0.2.3. - [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases) - [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.2.1...0.2.3) --- 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
85247a8fc3
commit
261368058a
6
pykanidm/poetry.lock
generated
6
pykanidm/poetry.lock
generated
|
@ -1415,12 +1415,12 @@ pylint = ">=1.7"
|
|||
|
||||
[[package]]
|
||||
name = "pylint-pydantic"
|
||||
version = "0.2.1"
|
||||
version = "0.2.3"
|
||||
description = "A Pylint plugin to help Pylint understand the Pydantic"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pylint_pydantic-0.2.1-py3-none-any.whl", hash = "sha256:6142fc4aada13a83328484ca3aef384e43f8cfcc128f8cd84bc38d64191a08ee"},
|
||||
{file = "pylint_pydantic-0.2.3-py3-none-any.whl", hash = "sha256:da9f477cb9c600fb69cb20267b8b459fa75a51bb931149f46c5fccac2bb12961"},
|
||||
]
|
||||
|
||||
[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 = "0cf4af1c9f4c4203ba77a413fd554ac9b94c45dc18fd2babe3af6c87b2f67953"
|
||||
content-hash = "a59ab1620dfad0f8d104d0dfd897c3cb13d8501c21d42a447599c1093ec9ad5e"
|
||||
|
|
|
@ -40,7 +40,7 @@ Authlib = "^1.1.0"
|
|||
mypy = "^1.4"
|
||||
pytest = "^7.4.0"
|
||||
types-toml = "^0.10.8"
|
||||
pylint-pydantic = "^0.2.1"
|
||||
pylint-pydantic = "^0.2.3"
|
||||
coverage = "^7.2.7"
|
||||
pylint-pytest = "^1.1.2"
|
||||
pytest-asyncio = "^0.21.1"
|
||||
|
|
Loading…
Reference in a new issue