From baa3d394b2add771ca3a99dd322012ccd2bb64e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:12:56 +0000 Subject: [PATCH] Bump pytest-aioworkers[asyncio] from 0.4 to 0.5.0 Bumps [pytest-aioworkers[asyncio]](https://github.com/aioworkers/pytest-aioworkers) from 0.4 to 0.5.0. - [Release notes](https://github.com/aioworkers/pytest-aioworkers/releases) - [Commits](https://github.com/aioworkers/pytest-aioworkers/compare/0.4.0...0.5.0) --- updated-dependencies: - dependency-name: pytest-aioworkers[asyncio] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a96da21..5c22200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev-test = [ "sentry-sdk==2.19.2", "coverage[toml]==7.4.4", "pytest==8.3.4", - "pytest-aioworkers[asyncio]==0.4", + "pytest-aioworkers[asyncio]==0.5.0", "pytest-mock==3.14.0", "pyyaml==6.0.2", ]