From 672ae022829db86df1cb83f4567fa5eb24033919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:24:03 +0000 Subject: [PATCH] build(deps): bump httpx2 in /ai/slackbot-mcp-client/no-auth Bumps [httpx2](https://github.com/pydantic/httpx2) from 2.5.0 to 2.6.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.5.0...v2.6.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ai/slackbot-mcp-client/no-auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/slackbot-mcp-client/no-auth/requirements.txt b/ai/slackbot-mcp-client/no-auth/requirements.txt index a7b3cce..4dec982 100644 --- a/ai/slackbot-mcp-client/no-auth/requirements.txt +++ b/ai/slackbot-mcp-client/no-auth/requirements.txt @@ -1,4 +1,4 @@ -httpx2==2.5.0 +httpx2==2.6.0 mcp==1.28.1 mypy==2.2.0 pytest==9.1.1