GoNoteGo
GoNoteGo copied to clipboard
Update apscheduler requirement from <=3.10.4 to <=3.11.0
Updates the requirements on apscheduler to permit the latest version.
Release notes
Sourced from apscheduler's releases.
3.11.0
- Dropped support for Python 3.6 and 3.7
- Added support for
ZoneInfotime 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
ProcessPoolExecutorto spawn new subprocesses from scratch instead of forking on all platform- Fixed
AsyncIOSchedulerinadvertently creating a defunct event loop at start, leading to the scheduler not working at all- Fixed
ProcessPoolExecutornot respecting the passed keyword arguments when a broken pool was being replaced
Changelog
Sourced from apscheduler's changelog.
Version history
To find out how to migrate your application from a previous version of APScheduler, see the :doc:
migration section <migration>.3.11.0
- Dropped support for Python 3.6 and 3.7
- Added support for
ZoneInfotime 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
ProcessPoolExecutorto spawn new subprocesses from scratch instead of forking on all platform- Fixed
AsyncIOSchedulerinadvertently creating a defunct event loop at start, leading to the scheduler not working at all- Fixed
ProcessPoolExecutornot respecting the passed keyword arguments when a broken pool was being replaced3.10.4
- Fixed incorrect module name being generated for references to class methods via a subclass where the subclass does not override the method
3.10.3
- Fixed
TypeErrorrelated to entry point iteration on Python 3.9 (PR by CrypticDriver)3.10.2
- Ensured consistent support for both PySide and PyQt (v6 to v2) on
QtScheduler- Replaced uses of the deprecated
pkg_resourcesmodule withimportlib.metadata(PR by Ran Benita)- Fixed scheduling class methods like
B.methodnamewhere theBclass inherits from classAandmethodnameis a class method of classA- Fixed scheduler sleeping for too long (and thus jobs missing their scheduled run times) if its wakeup cycle takes too much time (fix by kbasten)
3.10.1
- Fixed
TypeError: arguments did not match any overloaded call:inQtSchedulerdue towait_timebeing float and not an integer which QT needs it to be3.10.0
- Fixed compatibility with SQLAlchemy 2.0 and bumped minimum supported version to 1.4
... (truncated)
Commits
6c72a51Backported release job from master4b96510Added the release versionfcec69cAdded user's guide section for export/import50f67c8Added scheduler methods for job export/import40431e5Removed the obsoletetimedelta_secondsfunction9483bb4Rearranged triggers tests to better match the master branchac55c86Fixed project links to point to the correct branch on RTD811e973Changed version history formatting to match the master branchf3c68dfPass pool_kwargs to the replacement process pool too4584091Removed unwarranted classifier- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)