From b252adee542659d38630e03b22be1ce1871bb97f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:43:42 +0000 Subject: [PATCH] Bump the actions group with 1 update Bumps the actions group with 1 update: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `pytest-asyncio` from 0.23.2 to 0.23.4 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.2...v0.23.4) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4e79372d..3d45d68ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "flaky", "ipyparallel", "pre-commit", - "pytest-asyncio==0.23.2", + "pytest-asyncio==0.23.4", "pytest-timeout" ] cov = [