diff --git a/poetry.lock b/poetry.lock index b512b44..97e6baf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1985,21 +1985,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.18.3" +version = "0.21.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"}, - {file = "pytest_asyncio-0.18.3-1-py3-none-any.whl", hash = "sha256:16cf40bdf2b4fb7fc8e4b82bd05ce3fbcd454cbf7b92afc445fe299dabb88213"}, - {file = "pytest_asyncio-0.18.3-py3-none-any.whl", hash = "sha256:8fafa6c52161addfd41ee7ab35f11836c5a16ec208f93ee388f752bea3493a84"}, + {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] -pytest = ">=6.1.0" +pytest = ">=7.0.0" [package.extras] -testing = ["coverage (==6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (==0.931)", "pytest-trio (>=0.7.0)"] +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)"] [[package]] name = "pytest-cov" @@ -2903,4 +2903,4 @@ yaml = [] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0.0" -content-hash = "7b11b9eacd11f1aee31f363247533b86dc7262a738b61efa5b2cda8b05e9442d" +content-hash = "2ad8f9cd15a6f0d43112fc9e56d1e688c75e85756b09cd477dd68a34577809f8" diff --git a/pyproject.toml b/pyproject.toml index 4912bf1..17130e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ flaky = "^3.7.0" nonebug = "^0.3.4" nonebug-saa = "^0.2.1" pytest = "^7.0.1" -pytest-asyncio = "^0.18.1" +pytest-asyncio = ">=0.18.1,<0.22.0" pytest-cov = ">=3,<5" pytest-mock = "^3.10.0" pytest-xdist = { extras = ["psutil"], version = "^3.1.0" }