From 96a983601806351ca6d4f5327334bcd800a6713a Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Sat, 7 Dec 2024 01:34:14 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to ^0.24.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60c8cbf..1a7a600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ jupyterlab = "~4" jupyterlite = "^0.4.0" build = "^0.10.0" pytest = "~7" -pytest-asyncio = "^0.23.0" +pytest-asyncio = "^0.24.0" pytest-httpserver = "^1.0.4" black = {version = "~22", allow-prereleases = true}