From bc9b7f6f6d9dca756e080c6f2b6415bc78ed356f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:07:15 +0000 Subject: [PATCH] chore(deps): update httpx requirement in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b0ed7de..4ab00bf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]>=0.34,<1.0 aiosqlite>=0.21,<1.0 aiosqlitepool>=1.0,<2.0 feedparser>=6.0,<7.0 -httpx>=0.28,<1.0 +httpx>=0.28.1,<1.0 apscheduler>=3.10,<4.0 pyyaml>=6.0,<7.0 pydantic>=2.13.4,<3.0