From 2415069e42bf2fa8143b1597ccf9b3072a68d4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:49:52 +0800 Subject: [PATCH] build(deps): Bump apscheduler from 3.10.4 to 3.11.0 (#587) Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.10.4 to 3.11.0. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Changelog](https://github.com/agronholm/apscheduler/blob/3.11.0/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/apscheduler/compare/3.10.4...3.11.0) --- updated-dependencies: - dependency-name: apscheduler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75a71d1e4f..5a15c86ef4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ dnspython[idna]==2.7.0 yarl==1.17.1 propcache==0.2.0 colorlog==6.9.0 -APScheduler==3.10.4 +APScheduler==3.11.0 python-dotenv==1.0.1 multidict==6.1.0 asyncstdlib==3.13.0