From adf900be5a8a609017b46cc9a43b7f75ee605e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:46:49 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update respx requirement in /backend Updates the requirements on [respx](https://github.com/lundberg/respx) to permit the latest version. - [Release notes](https://github.com/lundberg/respx/releases) - [Changelog](https://github.com/lundberg/respx/blob/master/CHANGELOG.md) - [Commits](https://github.com/lundberg/respx/compare/0.22.0...0.23.1) --- updated-dependencies: - dependency-name: respx dependency-version: 0.23.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 69f71a1..6790c93 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "hypothesis>=6.120", "factory-boy>=3.3", "freezegun>=1.4", - "respx>=0.22", + "respx>=0.23.1", "pre-commit>=4.3.0", "ruff>=0.12.0", "commitizen>=4.8.3",