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.1.8 to 0.2.0 in /pykanidm (#1832)
Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.1.8 to 0.2.0. - [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases) - [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.1.8...0.2.0) --- updated-dependencies: - dependency-name: pylint-pydantic dependency-type: direct:development update-type: version-update:semver-minor ... 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
a818cebc85
commit
f93353dc45
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -1330,16 +1330,16 @@ pylint = ">=1.7"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pylint-pydantic"
|
name = "pylint-pydantic"
|
||||||
version = "0.1.8"
|
version = "0.2.0"
|
||||||
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.1.8-py3-none-any.whl", hash = "sha256:4033c67e06885115fa3bb16e3b9ce918ac6439a87e9b4d314158e09bc1067ecb"},
|
{file = "pylint_pydantic-0.2.0-py3-none-any.whl", hash = "sha256:f44e38239c0da3cd1f500f7382ce57aaceb23200c2a675367d3e34b458b597a3"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
pydantic = "<2.0"
|
pydantic = "<3.0"
|
||||||
pylint = ">2.0,<3.0"
|
pylint = ">2.0,<3.0"
|
||||||
pylint-plugin-utils = "*"
|
pylint-plugin-utils = "*"
|
||||||
|
|
||||||
|
@ -2016,4 +2016,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 = "2a9467edf1c0726d4079a8d0c0b961f6d07e02aa4ee41593cacdcfb1dc6ec62a"
|
content-hash = "54e5f8a36f5e5398e7a317cc0953c9b335e3292ee259a36caea20026015c2cfb"
|
||||||
|
|
|
@ -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.1.8"
|
pylint-pydantic = "^0.2.0"
|
||||||
coverage = "^7.2.7"
|
coverage = "^7.2.7"
|
||||||
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