From fafa38c3189c0fa6d7bc6edf546e091bbceac976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:04:26 +0000 Subject: [PATCH] chore(deps-dev): update pytest-asyncio requirement Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5...v0.23.5.post1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae9285c..bd1cedd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ httpx = {version = ">=0.22,<0.27", optional = true} [tool.poetry.dev-dependencies] pytest = "7.4.4" -pytest-asyncio = "0.23.5" +pytest-asyncio = "0.23.5.post1" pytest-cov = "4.1.0" black = {version = "24.1.1"} pre-commit = "3.5.0"