Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump apscheduler from 3.9.1.post1 to 3.10.1 #1543

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2023

Bumps apscheduler from 3.9.1.post1 to 3.10.1.

Changelog

Sourced from apscheduler's changelog.

3.10.1

  • Fixed TypeError: arguments did not match any overloaded call: in QtScheduler due to wait_time being float and not an integer which QT needs it to be

3.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() and normalize() methods

3.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

  • Allowed the use of tzlocal v4.0+ in addition to v2.*

3.8.0

  • Allowed passing through keyword arguments to the underlying stdlib executors in the thread/process pool executors (PR by Albert Xu)

3.7.0

  • Dropped support for Python 3.4
  • Added PySide2 support (PR by Abdulla Ibrahim)
  • Pinned tzlocal to a version compatible with pytz
  • Ensured that jitter is always non-negative to prevent triggers from firing more often than

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 3, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/apscheduler-3.10.1 branch 4 times, most recently from 840f6a7 to 53a24d9 Compare March 8, 2023 21:29
Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.9.1.post1 to 3.10.1.
- [Release notes](https://github.com/agronholm/apscheduler/releases)
- [Changelog](https://github.com/agronholm/apscheduler/blob/3.10.1/docs/versionhistory.rst)
- [Commits](agronholm/apscheduler@3.9.1.post1...3.10.1)

---
updated-dependencies:
- dependency-name: apscheduler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/apscheduler-3.10.1 branch from 53a24d9 to 3e799b2 Compare April 7, 2023 08:50
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2023

Superseded by #1640.

@dependabot dependabot bot closed this Aug 14, 2023
@dependabot dependabot bot deleted the dependabot/pip/apscheduler-3.10.1 branch August 14, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants