From fcccd3299107a90eca26d3b97848bea3789bbb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 19:20:58 +0000 Subject: [PATCH] Update apscheduler requirement from ~=3.10.4 to >=3.10.4,<3.12.0 Updates the requirements on [apscheduler](https://github.com/agronholm/apscheduler) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fba96529..7e57e14c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ http2 = [ ] job-queue = [ # APS doesn't have a strict stability policy. Let's be cautious for now. - "APScheduler~=3.10.4", + "APScheduler>=3.10.4,<3.12.0", # pytz is required by APS and just needs the lower bound due to #2120 "pytz>=2018.6", ]