mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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:
parent
0626cc8a4e
commit
e8e0eba8bb
6
pykanidm/poetry.lock
generated
6
pykanidm/poetry.lock
generated
|
@ -1374,13 +1374,13 @@ pylint = ">=1.7"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pylint-pydantic"
|
name = "pylint-pydantic"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
description = "A Pylint plugin to help Pylint understand the Pydantic"
|
description = "A Pylint plugin to help Pylint understand the Pydantic"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
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]
|
[package.dependencies]
|
||||||
|
@ -2086,4 +2086,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 = "3aaa7cecf428b21e99aa9748ebf1e6851845b0180290cd19d8e7bf866fc29e3c"
|
content-hash = "3896c62ac7fe2dcf4781fe3b94b4dae6dfc0d48ea504c4e1a42bb7b256ff909c"
|
||||||
|
|
|
@ -40,7 +40,7 @@ Authlib = "^1.1.0"
|
||||||
mypy = "^1.0"
|
mypy = "^1.0"
|
||||||
pytest = "^7.2.2"
|
pytest = "^7.2.2"
|
||||||
types-toml = "^0.10.8"
|
types-toml = "^0.10.8"
|
||||||
pylint-pydantic = "^0.1.7"
|
pylint-pydantic = "^0.1.8"
|
||||||
coverage = "^7.2.2"
|
coverage = "^7.2.2"
|
||||||
pylint-pytest = "^1.1.2"
|
pylint-pytest = "^1.1.2"
|
||||||
pytest-asyncio = "^0.21.0"
|
pytest-asyncio = "^0.21.0"
|
||||||
|
|
Loading…
Reference in a new issue