From c8dbd9a1158f7cfefc4badb0586da92644ced705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:16:14 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio from 0.23.0 to 0.23.5 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.0 to 0.23.5. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.0...v0.23.5) --- 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 72bb344..8619483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ test = [ "coverage==7.4.1", "pytest==8.0.0", "pytest-timeout==2.2.0", - "pytest-asyncio==0.23.0", + "pytest-asyncio==0.23.5", "playwright==1.41.2", "rlpython", ]