From 6b933fcc138a34becb686cf8fbdeee9992a59be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:05:38 +0000 Subject: [PATCH] chore(deps): 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:production ... 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 5c77955..5cffdef 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,5 +15,5 @@ prometheus-client>=0.25.0,<1.0 sentry-sdk[fastapi]>=2.64.0,<3.0 pytest>=9.1.1,<10.0 pytest-asyncio>=1.4.0,<2.0 -respx>=0.22,<1.0 +respx>=0.23.1,<1.0 asgi-lifespan>=2.1,<3.0