From 6ba7e6e70caa7f149202bbbcaee11b1b7490666a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:01:23 +0100 Subject: [PATCH] Bump pytest-asyncio from 0.23.5 to 0.23.5.post1 (#381) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.5 to 0.23.5.post1. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eee36221..34c34cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requirements_test = [ "mypy==1.9.0", "pytest==8.1.1", "pytest-aiohttp==1.0.5", - "pytest-asyncio==0.23.5", + "pytest-asyncio==0.23.5.post1", "pytest-cov==4.1.0", "respx==0.20.2", "ruff==0.3.2",