nsiregar / pegelinux

Blog aggregator for pegelinux community
https://pegelinux.id
MIT License
10 stars 9 forks source link

Bump apscheduler from 3.6.1 to 3.6.3 #101

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps apscheduler from 3.6.1 to 3.6.3.

Changelog *Sourced from [apscheduler's changelog](https://github.com/agronholm/apscheduler/blob/v3.6.3/docs/versionhistory.rst).* > 3.6.3 > ===== > > - Fixed Python 2.7 accidentally depending on the `trollius` package (regression from v3.6.2) > > 3.6.2 > ===== > > - Fixed handling of \~functools.partial wrapped coroutine functions in `AsyncIOExecutor` and `TornadoExecutor` (PR by shipmints)
Commits - [`028506a`](https://github.com/agronholm/apscheduler/commit/028506a816c74ee05951717c0e45d2e6ad32773e) Fixed ImportError on py2.7 if trollius not installed - [`9f12391`](https://github.com/agronholm/apscheduler/commit/9f123913c89d3cec143dd3da985854a2835eda22) Fixed compatibility with pytest 4+ - [`af41bc5`](https://github.com/agronholm/apscheduler/commit/af41bc5fab1577e6d6865cb88306f04ad19ff1a1) Updated version history and added the release version - [`6fc33ea`](https://github.com/agronholm/apscheduler/commit/6fc33ea7f5ac72c3f3fbc69ebe27cb5d3a48af0e) Fixed tox run on Python 3.4 - [`f436fe8`](https://github.com/agronholm/apscheduler/commit/f436fe8e72e3e58b7957821b8be24af040fb8bbc) Adapted the code for the 3.x branch - [`fe987a2`](https://github.com/agronholm/apscheduler/commit/fe987a283d2bc96ea126861a220eb424182436b0) Updated per suggestions from [@​agronholm](https://github.com/agronholm). - [`d1df878`](https://github.com/agronholm/apscheduler/commit/d1df878c02defcd14c5a56d4c3a70011744fa219) Properly unwrap partial async functions to direct them to the correct async s... - See full diff in [compare view](https://github.com/agronholm/apscheduler/compare/v3.6.1...v3.6.3)


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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)