Update dependency apscheduler to v3.11.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
apscheduler (changelog) | dependencies | minor |
3.10.4 -> 3.11.0
|
Release Notes
agronholm/apscheduler (apscheduler)
v3.11.0
- Dropped support for Python 3.6 and 3.7
- Added support for
ZoneInfo
time zones and deprecated support for pytz time zones - Added
CalendarIntervalTrigger
, backported from the 4.x series - Added the ability to export and import jobs via
scheduler.export_jobs()
andscheduler.import_jobs()
, respectively - Removed the dependency on
six
- Changed
ProcessPoolExecutor
to spawn new subprocesses from scratch instead of forking on all platform - Fixed
AsyncIOScheduler
inadvertently creating a defunct event loop at start, leading to the scheduler not working at all - Fixed
ProcessPoolExecutor
not respecting the passed keyword arguments when a broken pool was being replaced
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.