From 8ea66fbacbcd766c5eddf1f3a6cc4a34aff08676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 05:12:03 +0000 Subject: [PATCH] Bump respx in the test-dependencies group across 1 directory Bumps the test-dependencies group with 1 update in the / directory: [respx](https://github.com/lundberg/respx). Updates `respx` from 0.22.0 to 0.23.1 - [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 update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a89eab..cb64fbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ norecursedirs = [ dev = [ "pre-commit==4.3.0", "pytest==8.4.2", - "respx==0.22.0", + "respx==0.23.1", "ruff==0.15.11", "licensecheck==2025.1.0" ]