From 6eb40d13ecc950742ce2d892fb1e28e606e025a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:20:29 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 0.24.0 to 1.4.0 in /backend Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 1.4.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e6b40a0..146a487 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=8.3.4", - "pytest-asyncio==0.24.0", + "pytest-asyncio==1.4.0", "pytest-cov>=5.0.0", "httpx>=0.28.0", "anyio[trio]>=4.0.0",