Update dependency apscheduler to ~=3.11.0 #36

Merged
profitroll merged 1 commits from renovate/apscheduler-3.x into dev 2024-11-24 22:17:57 +02:00
Owner

This PR contains the following updates:

Package Update Change
apscheduler (changelog) minor ~=3.10.4 -> ~=3.11.0

Release Notes

agronholm/apscheduler (apscheduler)

v3.11.0

Compare Source

  • 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

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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-->
Renovate added 1 commit 2024-11-24 21:55:09 +02:00
profitroll merged commit 145357f487 into dev 2024-11-24 22:17:57 +02:00
profitroll deleted branch renovate/apscheduler-3.x 2024-11-24 22:17:57 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hessenuk/Javelina#36
No description provided.