From 95f12250e963862d1ead93b95a7046fc0168c98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:06:26 +0000 Subject: [PATCH] chore(deps): update apscheduler requirement in /backend Updates the requirements on [apscheduler](https://github.com/agronholm/apscheduler) to permit the latest version. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](https://github.com/agronholm/apscheduler/compare/3.10.0...3.11.3) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.3 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 f2a4e85..fc0f6b8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ aiosqlite>=0.22.1,<1.0 aiosqlitepool>=1.0,<2.0 feedparser>=6.0,<7.0 httpx>=0.28.1,<1.0 -apscheduler>=3.10,<4.0 +apscheduler>=3.11.3,<4.0 pyyaml>=6.0,<7.0 pydantic>=2.13.4,<3.0 pydantic-settings>=2.0,<3.0