From e5f848b8b9843ce51247fb749ef245102d700c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:17:23 +0000 Subject: [PATCH] chore(deps): bump httpx in /apps/ai_workflow_engine Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.28.1. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.26.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/ai_workflow_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai_workflow_engine/requirements.txt b/apps/ai_workflow_engine/requirements.txt index 5a46895ad..9f1fbbc2c 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -74,7 +74,7 @@ sentry-sdk==1.45.1 pytest==7.4.3 pytest-asyncio==0.21.1 pytest-cov==4.1.0 -httpx==0.26.0 +httpx==0.28.1 # Development tools black>=25.1.0