mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps-dev): bump the all group in /pykanidm with 2 updates (#2355)
Bumps the all group in /pykanidm with 2 updates: [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `pylint-pydantic` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases) - [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.3.0...v0.3.1) Updates `pytest-asyncio` from 0.21.1 to 0.23.1 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.1) --- updated-dependencies: - dependency-name: pylint-pydantic dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... 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
cbadf0af9b
commit
a1b1379e4b
16
pykanidm/poetry.lock
generated
16
pykanidm/poetry.lock
generated
|
@ -1517,12 +1517,12 @@ pylint = ">=1.7"
|
|||
|
||||
[[package]]
|
||||
name = "pylint-pydantic"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
description = "A Pylint plugin to help Pylint understand the Pydantic"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "pylint_pydantic-0.3.0-py3-none-any.whl", hash = "sha256:040603055f45168048fe86e07bb4b6d672ddc931e00a318102f6da42f6c65564"},
|
||||
{file = "pylint_pydantic-0.3.1-py3-none-any.whl", hash = "sha256:4c7f40b3aef9754f61479adfd76076f85b0615608bb5ce967ffc948909ffb0eb"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1606,13 +1606,13 @@ testing = ["coverage (==6.2)", "mypy (==0.931)"]
|
|||
|
||||
[[package]]
|
||||
name = "pytest-asyncio"
|
||||
version = "0.21.1"
|
||||
version = "0.23.1"
|
||||
description = "Pytest support for asyncio"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"},
|
||||
{file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"},
|
||||
{file = "pytest-asyncio-0.23.1.tar.gz", hash = "sha256:2d06468de455e7d4302e670a583d1a127d57ac2b09c95164a895b88c7a1e5178"},
|
||||
{file = "pytest_asyncio-0.23.1-py3-none-any.whl", hash = "sha256:044ac9167e655f2462097e21cc9a29c9385674ea4fcc34677f1cc1ca35f3cd39"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1620,7 +1620,7 @@ pytest = ">=7.0.0"
|
|||
|
||||
[package.extras]
|
||||
docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"]
|
||||
testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"]
|
||||
testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
|
||||
|
||||
[[package]]
|
||||
name = "pytest-mock"
|
||||
|
@ -2313,4 +2313,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "d697689b4db72590a37ab2f6a742fccca48944c7c95352e5b91d672e9ea0dc26"
|
||||
content-hash = "fbe2e4c0ee8fd54f9613bf066be99797bf9411adb321310701db0cb50d8d1fe9"
|
||||
|
|
|
@ -31,10 +31,10 @@ Authlib = "^1.2.0"
|
|||
mypy = "^1.7"
|
||||
pytest = "^7.4.3"
|
||||
types-toml = "^0.10.8"
|
||||
pylint-pydantic = "^0.3.0"
|
||||
pylint-pydantic = "^0.3.1"
|
||||
coverage = "^7.3.2"
|
||||
pylint-pytest = "^1.1.6"
|
||||
pytest-asyncio = "^0.21.1"
|
||||
pytest-asyncio = "^0.23.1"
|
||||
pytest-mock = "^3.12.0"
|
||||
pytest-aiohttp = "^1.0.5"
|
||||
black = "^23.11.0"
|
||||
|
|
Loading…
Reference in a new issue