From 0f21b2834142e28cdb10d7a2939507a7801a08d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:04:55 +0000 Subject: [PATCH] Bump apscheduler from 3.11.0 to 3.11.1 Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Changelog](https://github.com/agronholm/apscheduler/blob/3.11.1/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/apscheduler/compare/3.11.0...3.11.1) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dbcb61b..cb5ab0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # anyio==4.9.0 # via httpx -apscheduler==3.11.0 +apscheduler==3.11.1 # via -r requirements.in asgiref==3.9.1 # via