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.5 to 0.1.6 in /pykanidm (#1351)
Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases) - [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.1.5...0.1.6) --- 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
5ee41ebe09
commit
71607b05fe
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -1360,13 +1360,13 @@ pylint = ">=1.7"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pylint-pydantic"
|
name = "pylint-pydantic"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
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.6"
|
python-versions = ">=3.9"
|
||||||
files = [
|
files = [
|
||||||
{file = "pylint_pydantic-0.1.5-py3-none-any.whl", hash = "sha256:fcd83a5ff496c188a3f08f4b8c2254b3a859095b75f7fb7e24c33485c62384d1"},
|
{file = "pylint_pydantic-0.1.6-py3-none-any.whl", hash = "sha256:47664f959b0895844e6dd39045d44ef0277e3a21b55b9e1f3a514b1ea8cd0923"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -2071,4 +2071,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 = "d81139e48f8fcc251770be4126b6ab093824f863059fabadf1e783a132504b91"
|
content-hash = "f647318d3ad7f632c76d6acf0ba5e5e42244ead2f4938cdd7340d9bbe4353983"
|
||||||
|
|
|
@ -40,7 +40,7 @@ Authlib = "^1.1.0"
|
||||||
mypy = "^1.0"
|
mypy = "^1.0"
|
||||||
pytest = "^7.2.1"
|
pytest = "^7.2.1"
|
||||||
types-toml = "^0.10.8"
|
types-toml = "^0.10.8"
|
||||||
pylint-pydantic = "^0.1.4"
|
pylint-pydantic = "^0.1.6"
|
||||||
coverage = "^7.1.0"
|
coverage = "^7.1.0"
|
||||||
pylint-pytest = "^1.1.2"
|
pylint-pytest = "^1.1.2"
|
||||||
pytest-asyncio = "^0.20.3"
|
pytest-asyncio = "^0.20.3"
|
||||||
|
|
Loading…
Reference in a new issue