mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-02 09:21:58 +01:00
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:
parent
a6cd9c5292
commit
fcccd32991
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue