From 44a3751fc41448c201902c476a86dd8370e47da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:24:17 +0100 Subject: [PATCH] Bump pytest-asyncio from 0.23.2 to 0.23.3 (#282) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.2 to 0.23.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.2...v0.23.3) --- 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 65c76392..64bd8c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ test = [ "mypy==1.8.0", "ruff==0.1.9", "pytest==7.4.3", - "pytest-asyncio==0.23.2", + "pytest-asyncio==0.23.3", "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0", "pre-commit==3.6.0",