From 5e448266c4a3bb2d36faa3963b0bb83b2e922046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 04:33:05 +0000 Subject: [PATCH] Bump respx from 0.22.0 to 0.23.1 in the test-dependencies group Bumps the test-dependencies group with 1 update: [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 ddb8cfd..f412674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ norecursedirs = [ [dependency-groups] dev = [ "pytest==8.4.2", - "respx==0.22.0", + "respx==0.23.1", "ruff==0.15.16", "licensecheck==2025.1.0", "basedpyright~=1.32.1"