From 07ac6f832637100e0140ca2cd28f0d7da4a4c2e6 Mon Sep 17 00:00:00 2001 From: jjllee Date: Mon, 13 May 2024 13:50:43 -0700 Subject: [PATCH] update pytest-asyncio to >= 0.21.2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c5d7875e..7dfc1b9b 100644 --- a/tox.ini +++ b/tox.ini @@ -56,7 +56,7 @@ deps = wrapt ; Python 3.5+ only deps - py{37,38,39,310,311,312}: pytest-asyncio == 0.21.1 + py{37,38,39,310,311,312}: pytest-asyncio == 0.21.2 ; For pkg_resources py{37,38,39,310,311,312}: setuptools