diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 36c4dee66..d9ffe80f7 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1448,13 +1448,13 @@ testing = ["coverage (==6.2)", "mypy (==0.931)"] [[package]] name = "pytest-asyncio" -version = "0.21.0" +version = "0.21.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.21.0.tar.gz", hash = "sha256:2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b"}, - {file = "pytest_asyncio-0.21.0-py3-none-any.whl", hash = "sha256:f2b3366b7cd501a4056858bd39349d5af19742aed2d81660b7998b6341c7eb9c"}, + {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, + {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, ] [package.dependencies] @@ -2013,4 +2013,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f7dcfec5b5064a792ad5f68f4c6a959f7d961efe592387b9bc4c101bb55adbd0" +content-hash = "245b431e43a6d82b9b580c124638e924ada87995cb4010d3434dbd7097eb78d8" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 35bb1a7e2..122faf37d 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -43,7 +43,7 @@ types-toml = "^0.10.8" pylint-pydantic = "^0.2.0" coverage = "^7.2.7" pylint-pytest = "^1.1.2" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.21.1" pytest-mock = "^3.11.1" pytest-aiohttp = "^1.0.4" black = "^23.3.0"