From 6d675009a0ed53301b14c2993e1a993a3330b966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:43:33 +0000 Subject: [PATCH] chore(deps-dev): update respx requirement in /python-sdk 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.21.0...0.23.1) --- updated-dependencies: - dependency-name: respx dependency-version: 0.23.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python-sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index bf597d34..9b32b30e 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "pytest-asyncio>=0.23", "mypy>=1.10", "ruff>=0.5", - "respx>=0.21", + "respx>=0.23.1", "cryptography>=42", ]