mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump pytest-asyncio from 0.20.1 to 0.20.2 in /pykanidm (#1194)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.1 to 0.20.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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
3589376525
commit
7c07688fa6
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -717,7 +717,7 @@ testing = ["coverage (==6.2)", "mypy (==0.931)"]
|
|||
|
||||
[[package]]
|
||||
name = "pytest-asyncio"
|
||||
version = "0.20.1"
|
||||
version = "0.20.2"
|
||||
description = "Pytest support for asyncio"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -906,7 +906,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "896cf72036bc5e4e883cae10b7791e79bff4c98ddfd2ad0e13731f71455e6d9b"
|
||||
content-hash = "173c14023f2f60d9cb1e2f15ccfcce86d137b93a02b1edd65018a083fe13363b"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1643,8 +1643,8 @@ pytest-aiohttp = [
|
|||
{file = "pytest_aiohttp-1.0.4-py3-none-any.whl", hash = "sha256:1d2dc3a304c2be1fd496c0c2fb6b31ab60cd9fc33984f761f951f8ea1eb4ca95"},
|
||||
]
|
||||
pytest-asyncio = [
|
||||
{file = "pytest-asyncio-0.20.1.tar.gz", hash = "sha256:626699de2a747611f3eeb64168b3575f70439b06c3d0206e6ceaeeb956e65519"},
|
||||
{file = "pytest_asyncio-0.20.1-py3-none-any.whl", hash = "sha256:2c85a835df33fda40fe3973b451e0c194ca11bc2c007eabff90bb3d156fc172b"},
|
||||
{file = "pytest-asyncio-0.20.2.tar.gz", hash = "sha256:32a87a9836298a881c0ec637ebcc952cfe23a56436bdc0d09d1511941dd8a812"},
|
||||
{file = "pytest_asyncio-0.20.2-py3-none-any.whl", hash = "sha256:07e0abf9e6e6b95894a39f688a4a875d63c2128f76c02d03d16ccbc35bcc0f8a"},
|
||||
]
|
||||
pytest-mock = [
|
||||
{file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"},
|
||||
|
|
|
@ -44,7 +44,7 @@ types-toml = "^0.10.8"
|
|||
pylint-pydantic = "^0.1.4"
|
||||
coverage = "^6.5.0"
|
||||
pylint-pytest = "^1.1.2"
|
||||
pytest-asyncio = "^0.20.1"
|
||||
pytest-asyncio = "^0.20.2"
|
||||
pytest-mock = "^3.10.0"
|
||||
pytest-aiohttp = "^1.0.4"
|
||||
black = "^22.10.0"
|
||||
|
|
Loading…
Reference in a new issue