diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 770ad2a54..eff0611ee 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -710,7 +710,7 @@ testing = ["coverage (==6.2)", "mypy (==0.931)"] [[package]] name = "pytest-asyncio" -version = "0.19.0" +version = "0.20.1" description = "Pytest support for asyncio" category = "dev" optional = false @@ -899,7 +899,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "b474e6104dbea01e0807add70d4176e1b2672bf414a182143b9c5d4c0e8b27a0" +content-hash = "543900f6b4c7b6c67921871a8c3807d586251ac0beb3f4fe120d6c862e158113" [metadata.files] aiohttp = [ @@ -1630,8 +1630,8 @@ pytest-aiohttp = [ {file = "pytest_aiohttp-1.0.4-py3-none-any.whl", hash = "sha256:1d2dc3a304c2be1fd496c0c2fb6b31ab60cd9fc33984f761f951f8ea1eb4ca95"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.19.0.tar.gz", hash = "sha256:ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed"}, - {file = "pytest_asyncio-0.19.0-py3-none-any.whl", hash = "sha256:7a97e37cfe1ed296e2e84941384bdd37c376453912d397ed39293e0916f521fa"}, + {file = "pytest-asyncio-0.20.1.tar.gz", hash = "sha256:626699de2a747611f3eeb64168b3575f70439b06c3d0206e6ceaeeb956e65519"}, + {file = "pytest_asyncio-0.20.1-py3-none-any.whl", hash = "sha256:2c85a835df33fda40fe3973b451e0c194ca11bc2c007eabff90bb3d156fc172b"}, ] pytest-mock = [ {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 4d6b8b7ed..0fea867ab 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -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.19.0" +pytest-asyncio = "^0.20.1" pytest-mock = "^3.10.0" pytest-aiohttp = "^1.0.4" black = "^22.10.0"