From 51db2bb5e59864549cee7728881590e0d3cb4b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 08:48:18 +0000 Subject: [PATCH] chore(deps)(deps): bump pytest from 8.3.5 to 8.4.2 in /gymgenius/backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.2. - [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...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gymgenius/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gymgenius/backend/requirements.txt b/gymgenius/backend/requirements.txt index ded8d53..967275c 100644 --- a/gymgenius/backend/requirements.txt +++ b/gymgenius/backend/requirements.txt @@ -32,7 +32,7 @@ alembic==1.13.1 # ============================================================================ # Testing # ============================================================================ -pytest==8.3.5 +pytest==8.4.2 pytest-asyncio==0.25.2 pytest-cov==6.1.1 httpx==0.27.0