diff --git a/poetry.lock b/poetry.lock index a204b58..803b5dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1100,13 +1100,13 @@ testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygm [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.21.2" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" 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.21.2-py3-none-any.whl", hash = "sha256:ab664c88bb7998f711d8039cacd4884da6430886ae8bbd4eded552ed2004f16b"}, + {file = "pytest_asyncio-0.21.2.tar.gz", hash = "sha256:d67738fc232b94b326b9d060750beb16e0074210b98dd8b58a5239fa2a154f45"}, ] [package.dependencies] @@ -1777,4 +1777,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "fa71b3954ab11ed662829de5caf8903b36a06cb106825e060ff7a3c44910ea15" +content-hash = "83bf7a7c345cec1a7ff3b70dcc107131f2fc4a3bee2708c0fc05b4789189907a" diff --git a/pyproject.toml b/pyproject.toml index 66556f7..9cdcc7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ mypy = "^1.9.0" pre-commit = "^3.7.0" pytest = "^8.1.1" # do not bump pytest-asyncio until https://github.com/pytest-dev/pytest-asyncio/issues/706 resolved -pytest-asyncio = "0.21.1" +pytest-asyncio = "0.21.2" pytest-cov = "^5.0.0" pytest-xdist = "^3.5.0" ruff = "^0.3.5"