This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [apscheduler](https://github.com/agronholm/apscheduler) ([changelog](https://apscheduler.readthedocs.io/en/3.x/versionhistory.html)) | minor | `==3.10.4` -> `==3.11.0` |
---
### Release Notes
<details>
<summary>agronholm/apscheduler (apscheduler)</summary>
### [`v3.11.0`](https://github.com/agronholm/apscheduler/releases/tag/3.11.0)
[Compare Source](https://github.com/agronholm/apscheduler/compare/3.10.4...3.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()` and `scheduler.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
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
==3.10.4->==3.11.0Release Notes
agronholm/apscheduler (apscheduler)
v3.11.0Compare Source
ZoneInfotime zones and deprecated support for pytz time zonesCalendarIntervalTrigger, backported from the 4.x seriesscheduler.export_jobs()andscheduler.import_jobs(), respectivelysixProcessPoolExecutorto spawn new subprocesses from scratch instead of forking on all platformAsyncIOSchedulerinadvertently creating a defunct event loop at start, leading to the scheduler not working at allProcessPoolExecutornot respecting the passed keyword arguments when a broken pool was being replacedConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.