From 728526d2f1108e04bc621631740032e382beaa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20L=C3=B6ffler?= Date: Mon, 25 Sep 2023 13:11:52 +0300 Subject: [PATCH] Fixed pytest-asyncio version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72e388e..fd1e1a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ ] optional-dependencies.dev = [ "pytest>=7.1", - "pytest-asyncio>=0.21", + "pytest-asyncio>=0.21.0", "pytest-benchmark>=4.0", "twine>=4.0.2", "requests>=2.20.0", @@ -50,7 +50,7 @@ msgspec = ">=0.16" [tool.poetry.dev-dependencies] pytest = "^7.1" -pytest-asyncio = "^0.21" +pytest-asyncio = "^0.21.0" pytest-benchmark = "^4.0" requests = "^2.20"