diff --git a/poetry.lock b/poetry.lock index 1444a7e..176b08f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1830,21 +1830,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.18.3" +version = "0.23.7" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" 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.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, + {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, ] [package.dependencies] -pytest = ">=6.1.0" +pytest = ">=7.0.0,<9" [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)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-httpserver" @@ -2765,4 +2765,4 @@ regular = ["ibm-cos-sdk", "typing-extensions"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ab83faa6e2ff744a123b0d1d4764102959f50aa36badc5a4023e9674cb7243e3" +content-hash = "f85e9c166a1598deecd3eff3864a2c368d90256ed6cfe24658c4ea3d722bb03e" diff --git a/pyproject.toml b/pyproject.toml index c4e13c7..61ebcb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ jupyterlab = "~4" jupyterlite = "^0.3.0" build = "^0.10.0" pytest = "~7" -pytest-asyncio = "^0.18.3" +pytest-asyncio = "^0.23.0" pytest-httpserver = "^1.0.4" black = {version = "~22", allow-prereleases = true}