Updates the requirements on apscheduler to permit the latest version.
ChangelogSourced from apscheduler's changelog.
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:in QtScheduler due 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
- Dropped support for Python versions older than 3.6
3.9.1
- Removed a leftover check for pytz
localize()andnormalize()methods3.9.0
- Added support for PySide6 to the Qt scheduler
- No longer enforce pytz time zones (support for others is experimental in the 3.x series)
- Fixed compatibility with PyMongo 4
- Fixed pytz deprecation warnings
- Fixed RuntimeError when shutting down the scheduler from a scheduled job
3.8.1
... (truncated)
Commitsc15a5ddAdded changelog note for #7736305f63Fix entry point iteration on Python 3.9 (#773)009965eModernized the test workflow and added more Python versions to the matrixa923e37Added the release version7efc696Updated ReadTheDocs configurationa083573Improved language in cron.rst (#740)fca40a7Calculate sleep time based on a recent call to datetime.now()7a59acdAdded attribution to changelog entry for #726c6010dcFixed linting errorsf2ccf7dFixed get_callable_name() not working properly for built-in functions- 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)