From c95578e30b01f611d03438cab6a70ab0a0e1e83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:09:36 +0000 Subject: [PATCH] chore(deps): bump pytest-httpx from 0.29.0 to 0.36.2 in /sdk/python Bumps [pytest-httpx](https://github.com/Colin-b/pytest_httpx) from 0.29.0 to 0.36.2. - [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...0.36.2) --- updated-dependencies: - dependency-name: pytest-httpx dependency-version: 0.36.2 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..6bb62c93a56 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.2 # via -r requirements.in pytest-lazy-fixture==0.6.3 # via -r requirements.in