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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-29 19:20:58 +00:00 committed by GitHub
parent a6cd9c5292
commit fcccd32991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
]