From 0e20d25aedb3439ef304917f5299dd66d11fd8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:31:55 +0000 Subject: [PATCH] Update requests-mock requirement in /backend Updates the requirements on [requests-mock](https://github.com/jamielennox/requests-mock) to permit the latest version. - [Release notes](https://github.com/jamielennox/requests-mock/releases) - [Commits](https://github.com/jamielennox/requests-mock/compare/1.11.0...1.12.1) --- updated-dependencies: - dependency-name: requests-mock dependency-version: 1.12.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a8fbad7fbc..38cdb67833 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -125,7 +125,7 @@ dev = [ "pytest-django==4.6.0", "factory-boy==3.3.0", "pdbpp<1.0.0,>=0.10.3", - "requests-mock<2.0.0,>=1.11.0", + "requests-mock>=1.12.1,<2.0.0", "pytest-mock<4.0.0,>=3.12.0", "pytest-cache<2.0,>=1.0", "time-machine<3.0.0,>=2.13.0",