From 224a8a49e893d498e4fe5e908f14cd22f3db7c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 03:25:55 +0000 Subject: [PATCH] build(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.21.0...v0.23.1) --- 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 4f75d75..84b8991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dicttoxml="^1.7.16" [tool.poetry.dev-dependencies] pytest = "^7.3.1" pytest-cov = "^4.0.0" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.23.1" black = "^23.3.0" pre-commit = "^3.2.2"