From cbb314b79f6e287f9be5266ed67d39ec618e35de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:52:54 +0000 Subject: [PATCH] Update pytest-env requirement from >=1.7.0 to >=1.7.1 in /backend Updates the requirements on [pytest-env](https://github.com/pytest-dev/pytest-env) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: pytest-env dependency-version: 1.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements_test.txt b/backend/requirements_test.txt index a988a6f..b279585 100644 --- a/backend/requirements_test.txt +++ b/backend/requirements_test.txt @@ -1,5 +1,5 @@ pytest>=9.1.1 pytest-mock>=3.15.1 -pytest-env>=1.7.0 +pytest-env>=1.7.1 httpx>=0.28.1 anyio>=4.14.2