From 67fe267e189a4e398182148b9f5795362fd2485d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:10:20 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.27.2 to 0.28.1 in /copilot-backend Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 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.27.2...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] --- copilot-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot-backend/requirements.txt b/copilot-backend/requirements.txt index 4d13a8c..5de420f 100644 --- a/copilot-backend/requirements.txt +++ b/copilot-backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.30.6 pydantic==2.9.2 pydantic-settings==2.5.2 openai==1.51.0 -httpx==0.27.2 +httpx==0.28.1 sse-starlette==2.1.3 python-multipart==0.0.12 asyncpg==0.29.0