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.2.4 to 0.3.0 in /pykanidm (#2192)
Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.2.4 to 0.3.0. - [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases) - [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.2.4...0.3.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
a91bf55471
commit
e2f4cca4e9
10
pykanidm/poetry.lock
generated
10
pykanidm/poetry.lock
generated
|
@ -1531,17 +1531,17 @@ pylint = ">=1.7"
|
|||
|
||||
[[package]]
|
||||
name = "pylint-pydantic"
|
||||
version = "0.2.4"
|
||||
version = "0.3.0"
|
||||
description = "A Pylint plugin to help Pylint understand the Pydantic"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "pylint_pydantic-0.2.4-py3-none-any.whl", hash = "sha256:452b32992f47e303b432f8940d4077f1d60e8d3325351b8998d846431699111a"},
|
||||
{file = "pylint_pydantic-0.3.0-py3-none-any.whl", hash = "sha256:040603055f45168048fe86e07bb4b6d672ddc931e00a318102f6da42f6c65564"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
pydantic = "<3.0"
|
||||
pylint = ">2.0,<3.0"
|
||||
pylint = ">2.0,<4.0"
|
||||
pylint-plugin-utils = "*"
|
||||
|
||||
[[package]]
|
||||
|
@ -2326,4 +2326,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "229dc44dd9198630681784f68030f95bcc3408ba89e801d2daacfbe529c708f1"
|
||||
content-hash = "4843d109768359ba2e9629b27e91a5a0da3f382bb2272a9b275c8ea51fcbd5f8"
|
||||
|
|
|
@ -31,7 +31,7 @@ Authlib = "^1.2.0"
|
|||
mypy = "^1.5"
|
||||
pytest = "^7.4.2"
|
||||
types-toml = "^0.10.8"
|
||||
pylint-pydantic = "^0.2.4"
|
||||
pylint-pydantic = "^0.3.0"
|
||||
coverage = "^7.3.1"
|
||||
pylint-pytest = "^1.1.2"
|
||||
pytest-asyncio = "^0.21.1"
|
||||
|
|
Loading…
Reference in a new issue