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.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:
parent
d0ce911fde
commit
d9e9685030
6
pykanidm/poetry.lock
generated
6
pykanidm/poetry.lock
generated
|
@ -1327,12 +1327,12 @@ pylint = ">=1.7"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pylint-pydantic"
|
name = "pylint-pydantic"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "A Pylint plugin to help Pylint understand the Pydantic"
|
description = "A Pylint plugin to help Pylint understand the Pydantic"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
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]
|
[package.dependencies]
|
||||||
|
@ -2013,4 +2013,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "245b431e43a6d82b9b580c124638e924ada87995cb4010d3434dbd7097eb78d8"
|
content-hash = "945c8c76417de195c7db1b79d3513162bd8920210119a0b25d386e7b0aa4e18f"
|
||||||
|
|
|
@ -40,7 +40,7 @@ Authlib = "^1.1.0"
|
||||||
mypy = "^1.4"
|
mypy = "^1.4"
|
||||||
pytest = "^7.4.0"
|
pytest = "^7.4.0"
|
||||||
types-toml = "^0.10.8"
|
types-toml = "^0.10.8"
|
||||||
pylint-pydantic = "^0.2.0"
|
pylint-pydantic = "^0.2.1"
|
||||||
coverage = "^7.2.7"
|
coverage = "^7.2.7"
|
||||||
pylint-pytest = "^1.1.2"
|
pylint-pytest = "^1.1.2"
|
||||||
pytest-asyncio = "^0.21.1"
|
pytest-asyncio = "^0.21.1"
|
||||||
|
|
Loading…
Reference in a new issue