From 6920ff58476d6e95d7d229fd9dca6d5da3796cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:56:57 +0100 Subject: [PATCH] Bump pytest-asyncio from 0.23.5.post1 to 0.23.6 (#328) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.5.post1 to 0.23.6. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5.post1...v0.23.6) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production 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 01d485b..f3a00bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ test = [ "mypy==1.9.0", "ruff==0.3.3", "pytest==8.1.1", - "pytest-asyncio==0.23.5.post1", + "pytest-asyncio==0.23.6", "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", "pre-commit==3.7.0",