From 0f9c02eac1f652efaf9e978a6ef21ec82b53270d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:26:06 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 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.4...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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ed71594..bfd524b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ idna==3.10 iniconfig==2.0.0 pydantic==2.10.6 pydantic_core==2.27.2 -pytest==8.3.4 +pytest==8.4.2 pytest-asyncio==0.25.3 pytest-mock==3.14.0 PyYAML==6.0.2