From 3e0fb7655fca1ce507aaa6d1fa12ed28acc2de67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:45:11 +0000 Subject: [PATCH] deps: update httpx requirement from >=0.28 to >=0.28.1 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [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.28.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-worker.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-worker.txt b/requirements-worker.txt index f4bd8d5..5e2d2c7 100644 --- a/requirements-worker.txt +++ b/requirements-worker.txt @@ -3,5 +3,5 @@ uvicorn>=0.46.0 uvloop>=0.22.1 httptools>=0.6 docker>=7.1.0 -httpx>=0.28 +httpx>=0.28.1 pyyaml>=6.0.3 diff --git a/requirements.txt b/requirements.txt index b7e56cc..1730584 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ httptools>=0.6 jinja2>=3.1.6 pyyaml>=6.0.3 aiosqlite>=0.22.1 -httpx>=0.28 +httpx>=0.28.1 apscheduler>=3.11.2 python-multipart>=0.0.27 cryptography>=47.0.0