Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 23, 2025

Bumps flask-apscheduler from 1.8.0 to 1.13.1.

Release notes

Sourced from flask-apscheduler's releases.

1.13.1

  • Add support for Flask 3 #236

1.13.0

  • Add endpoints to modify the scheduler state #222.
  • Bump minimum required flask version from 0.10 to 2.2.5 #227.
  • Drop support for Python < 3.8 #229
  • Remove deprecated methods #224

1.12.4

  • Add logging to API endpoints #197.
  • Fix issue #203.

1.12.3

1.12.2

1.12.1

1.12.0

  • Pin APScheduler v3 to avoid unexpected errors as v4 may have significant changes.
  • Fix issue #139

1.11.0

  • Add task decorator.

1.10.1

  • Add LICENSE file to the package.

1.10.0

  • Add SCHEDULER_ENDPOINT_PREFIX setting to control the endpoint name.
  • Set SCHEDULER_API_PREFIX default value to '/scheduler'.

1.9.0

  • Add support for URL prefix
  • Fix issue #75
Changelog

Sourced from flask-apscheduler's changelog.

Version 1.13.1

  • Add support for Flask 3 #236.

Version 1.13.0

  • Add endpoints to modify the scheduler state #222.
  • Bump minimum required flask version from 0.10 to 2.2.5 #227.
  • Drop support for Python < 3.8 #229
  • Remove deprecated methods #224

Version 1.12.4

  • Add logging to API endpoints #197.
  • Fix issue #203.

Version 1.12.3

Version 1.12.2

Version 1.12.1

Version 1.12.0

  • Pin APScheduler v3 to avoid unexpected errors as v4 may have significant changes. Thanks christopherpickering for the PR.
  • Fix issue #139

Version 1.11.0

  • Add task decorator. Thanks jscurtu for the PR.

Version 1.10.1

  • Add LICENSE file to the package.

Version 1.10.0

  • Add SCHEDULER_ENDPOINT_PREFIX setting to control the endpoint name. Thanks andreicalistru.
  • Set SCHEDULER_API_PREFIX default value to '/scheduler'. Thanks andreicalistru.

Version 1.9.0

  • Add SCHEDULER_API_PREFIX to control the endpoint url. Thanks FrEaKmAn for the PR.
  • Fix issue #75
Commits

Dependabot compatibility score

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [flask-apscheduler](https://github.com/viniciuschiele/flask-apscheduler) from 1.8.0 to 1.13.1.
- [Release notes](https://github.com/viniciuschiele/flask-apscheduler/releases)
- [Changelog](https://github.com/viniciuschiele/flask-apscheduler/blob/master/CHANGELOG.md)
- [Commits](viniciuschiele/flask-apscheduler@1.8.0...1.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants