From 9e54d2857cc35b0a78b5cfb3f5367d5e5fedb64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 13:23:59 +0000 Subject: [PATCH] build(deps): bump httpx2 Bumps [httpx2](https://github.com/pydantic/httpx2) from 2.10.0 to 2.12.0. - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](https://github.com/pydantic/httpx2/compare/v2.10.0...v2.12.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ai/slackbot-mcp-client/rich-responses/mcp-apps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/slackbot-mcp-client/rich-responses/mcp-apps/requirements.txt b/ai/slackbot-mcp-client/rich-responses/mcp-apps/requirements.txt index 0f64ec0..8a87f01 100644 --- a/ai/slackbot-mcp-client/rich-responses/mcp-apps/requirements.txt +++ b/ai/slackbot-mcp-client/rich-responses/mcp-apps/requirements.txt @@ -1,4 +1,4 @@ -httpx2==2.10.0 +httpx2==2.12.0 mcp==2.0.0 mypy==2.3.1 pytest==9.1.1