From 4d2e63f08ffda66c0a45019fc1bb3b9b96abdf9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:22:35 +0000 Subject: [PATCH] chore(deps-dev): update pytest-httpx requirement in /sdks/python Updates the requirements on [pytest-httpx](https://github.com/Colin-b/pytest_httpx) to permit the latest version. - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Colin-b/pytest_httpx/compare/v0.21.0...0.36.2) --- updated-dependencies: - dependency-name: pytest-httpx dependency-version: 0.36.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 6de51c8..462555f 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", - "pytest-httpx>=0.21.0", + "pytest-httpx>=0.36.2", ] [project.urls]