From 3e32f367f1265df425b9e8ea03888f9a3ae079c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:17:37 +0000 Subject: [PATCH] chore(deps): bump pytest-httpx from 0.29.0 to 0.36.0 in /sdk/python Bumps [pytest-httpx](https://github.com/Colin-b/pytest_httpx) from 0.29.0 to 0.36.0. - [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.29.0...v0.36.0) --- updated-dependencies: - dependency-name: pytest-httpx dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/python/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/requirements/test.txt b/sdk/python/requirements/test.txt index cd82058c94c..010503603f4 100644 --- a/sdk/python/requirements/test.txt +++ b/sdk/python/requirements/test.txt @@ -48,7 +48,7 @@ pytest==7.4.4 # pytest-lazy-fixture # pytest-mock # pytest-subprocess -pytest-httpx==0.29.0 +pytest-httpx==0.36.0 # via -r requirements.in pytest-lazy-fixture==0.6.3 # via -r requirements.in