From b3bc0ac34e7c921ebc17e9d7beed7e7f89e767cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 06:23:13 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.6 to 0.23.7 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.6 to 0.23.7. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.23.7) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c700e75c90..e2e930132a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ requirements_test = [ "mypy==1.10.0", "pytest==8.2.0", "pytest-aiohttp==1.0.5", - "pytest-asyncio==0.23.6", + "pytest-asyncio==0.23.7", "pytest-cov==5.0.0", "ruff==0.4.4", "trustme==1.1.0",