From 2362282cf0aaf4d250e0b9a328e93f2c5e5affc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 15:01:52 +0000 Subject: [PATCH] Bump respx from 0.22.0 to 0.23.1 in /packages/python-sdk Bumps [respx](https://github.com/lundberg/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 ... Signed-off-by: dependabot[bot] --- packages/python-sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python-sdk/pyproject.toml b/packages/python-sdk/pyproject.toml index c0c10ed..6210460 100644 --- a/packages/python-sdk/pyproject.toml +++ b/packages/python-sdk/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==9.0.2", - "respx==0.22.0", + "respx==0.23.1", ] [project.urls]