From ddb9ee7ba10f5dff8867631ab316de02f3ae6d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:40:54 +0000 Subject: [PATCH] Update pytest requirement from ~=8.3.5 to ~=8.4.1 in /backend Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/test-requirements.txt b/backend/test-requirements.txt index 7e99e9c..328e2a1 100644 --- a/backend/test-requirements.txt +++ b/backend/test-requirements.txt @@ -1,4 +1,4 @@ -pytest~=8.3.5 +pytest~=8.4.1 pytest-cov>=2.8.1 pytest-randomly>=1.2.3 Flask-Testing==0.8.1