Closed dependabot-preview[bot] closed 4 years ago
Merging #104 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #104 +/- ##
======================================
Coverage 2.38% 2.38%
======================================
Files 11 11
Lines 294 294
======================================
Hits 7 7
Misses 287 287
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 66aa0e5...fd1b8f4. Read the comment docs.
Bumps celery from 4.3.0 to 4.4.0.
Release notes
*Sourced from [celery's releases](https://github.com/celery/celery/releases).* > ## 4.4.0 > Python 2.7 & 3.5+ > > ## 4.4.0rc5 > - Kombu 4.6.7 > - Events bootstep disabled if no events ([#5807](https://github-redirect.dependabot.com/celery/celery/issues/5807)) > - SQS - Reject on failure ([#5843](https://github-redirect.dependabot.com/celery/celery/issues/5843)) > - Add a concurrency model with ThreadPoolExecutor ([#5099](https://github-redirect.dependabot.com/celery/celery/issues/5099)) > - Add auto expiry for DynamoDB backend ([#5805](https://github-redirect.dependabot.com/celery/celery/issues/5805)) > - Store extending result in all backends ([#5661](https://github-redirect.dependabot.com/celery/celery/issues/5661)) > - Fix a race condition when publishing a very large chord header ([#5850](https://github-redirect.dependabot.com/celery/celery/issues/5850)) > - Improve docs and test matrixChangelog
*Sourced from [celery's changelog](https://github.com/celery/celery/blob/master/Changelog.rst).* > 4.4.0 > ===== > > release-date > > : 2019-12-16 9.45 A.M UTC+6:00 > > release-by > > : Asif Saif Uddin > > - This version is officially supported on CPython 2.7, 3.5, 3.6, 3.7 & 3.8 and is also supported on PyPy2 & PyPy3. - Kombu 4.6.7 - Task class definitions can have retry attributes ([#5869](https://github-redirect.dependabot.com/celery/celery/issues/5869)) > > 4.4.0rc5 > ======== > > release-date > > : 2019-12-07 21.05 A.M UTC+6:00 > > release-by > > : Asif Saif Uddin > > - Kombu 4.6.7 > - Events bootstep disabled if no events ([#5807](https://github-redirect.dependabot.com/celery/celery/issues/5807)) > - SQS - Reject on failure ([#5843](https://github-redirect.dependabot.com/celery/celery/issues/5843)) > - Add a concurrency model with ThreadPoolExecutor ([#5099](https://github-redirect.dependabot.com/celery/celery/issues/5099)) > - Add auto expiry for DynamoDB backend ([#5805](https://github-redirect.dependabot.com/celery/celery/issues/5805)) > - Store extending result in all backends ([#5661](https://github-redirect.dependabot.com/celery/celery/issues/5661)) > - Fix a race condition when publishing a very large chord header ([#5850](https://github-redirect.dependabot.com/celery/celery/issues/5850)) > - Improve docs and test matrix > > 4.4.0rc4 > ======== > > release-date > > : 2019-11-11 00.45 A.M UTC+6:00 > > release-by > > : Asif Saif Uddin > > - Kombu 4.6.6 > - Py-AMQP 2.5.2 > - Python 3.8 > - Numerious bug fixes > - PyPy 7.2 > > ... (truncated)Commits
- [`36be0eb`](https://github.com/celery/celery/commit/36be0eb402f17fd92788fd585bc5c2a82203faab) Bump version 4.4.0 - [`5fe4ea8`](https://github.com/celery/celery/commit/5fe4ea8fea7008f94fe5fe0fa013c631a4d3bd61) whatsnew in Celery 4.4 as per projects standard ([#5817](https://github-redirect.dependabot.com/celery/celery/issues/5817)) - [`a7c74d7`](https://github.com/celery/celery/commit/a7c74d7d91ebab9b386760df1d4230c27127decc) Task class definitions can have retry attributes ([#5869](https://github-redirect.dependabot.com/celery/celery/issues/5869)) - [`984a45b`](https://github.com/celery/celery/commit/984a45b23bda9050f023772174725f81de57d02e) Removed the paragraph about using librabbitmq. Refer to [#5872](https://github-redirect.dependabot.com/celery/celery/issues/5872) ([#5873](https://github-redirect.dependabot.com/celery/celery/issues/5873)) - [`877b5f1`](https://github.com/celery/celery/commit/877b5f10b44bf92c99f5a3cdc50a0bb059924aaf) Document the threads task pool in the CLI. - [`cf82930`](https://github.com/celery/celery/commit/cf829307991da3815e1f7b105e736d13dbc7a325) isort. - [`b337065`](https://github.com/celery/celery/commit/b337065464db4225d142dd519b7aed40e9ff7956) rm redundant code ([#5864](https://github-redirect.dependabot.com/celery/celery/issues/5864)) - [`f6092f3`](https://github.com/celery/celery/commit/f6092f324c8939a45bbcadce83fdc548903334e4) celery 4.4.0rc5 - [`a219c4a`](https://github.com/celery/celery/commit/a219c4acdfc0d11a1f27c0a0a456df9b40673777) celery 4.4.0rc5 changelog - [`8b6101d`](https://github.com/celery/celery/commit/8b6101d2ea51ed819861ac3084e0cd65aadb8a22) bump kombu to 4.6.7 - Additional commits viewable in [compare view](https://github.com/celery/celery/compare/v4.3.0...4.4.0)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)