From 3fb7c97d7f8275c5c5b188b3de15e1ed7906a86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:16:31 +0000 Subject: [PATCH] chore(deps): bump the python-dev group across 1 directory with 2 updates Bumps the python-dev group with 2 updates in the /backend directory: [pytest](https://github.com/pytest-dev/pytest) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `pytest` from 8.3.5 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...9.0.3) Updates `pytest-asyncio` from 0.26.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.26.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dev - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dev ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6e5b33b..f92469a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -30,5 +30,5 @@ celery[redis]==5.4.0 RestrictedPython>=7.4 twilio>=9.0.0 phonenumbers>=8.13.0 -pytest==8.3.5 -pytest-asyncio==0.26.0 +pytest==9.0.3 +pytest-asyncio==1.4.0