Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Bump billiard from 3.3.0.23 to 3.6.2.0 in /api#147

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/api/billiard-3.6.2.0
Closed

Bump billiard from 3.3.0.23 to 3.6.2.0 in /api#147
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/api/billiard-3.6.2.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps billiard from 3.3.0.23 to 3.6.2.0.

Changelog

Sourced from billiard's changelog.

3.6.1 - 2019-08-14

  • Logging max memory reached at INFO rather than WARNING (#255)

  • Pass arguments when wrapping sys.exit (#275)

  • Remove win32/py2k special (#276)

  • Ensure READY messages sent out by exiting worker are consumed prior to it actually existing.

  • Pass max_memory_per_child to child worker process (#251)

  • Fix compatibility with Python 2.7 on Windows (#283)

3.6.0.0 - 2019-02-04

  • Add support of sending parent process death signal.

  • Previous fix for handling timeouts caused a problem in warm shutdowns due to use of deepcopy.

    We now use a shallow copy of the cache and do so only when it is needed.

  • Cleanup old checks and workarounds for Python versions we no longer support.

3.5.0.5 - 2018-12-03

  • Fix a crash when handling a timeout.
  • Improve billiard.einfo.Frame compatibility with Python to avoid crashes when using Django.
  • Cleanups.

3.5.0.4 - 2018-07-07

  • Fix rebuild_ctype losing BufferedWrapper reference on Python 3.
  • Deprecation warning with python 3.6 fixed.
  • Correct spawn start method.

3.5.0.3 - 2017-07-16

  • Adds Process._authkey alias to .authkey for 2.7 compat.
  • Remove superfluous else clause from max_memory_per_child_check.
  • Document and test all supported Python versions.
  • Extend 'Process' to be compatible with < Py3.5.
  • Use a properly initialized logger in pool.py error logging.
  • _trywaitkill can now kill a whole process group if the worker process declares itself as a group leader.
... (truncated)
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 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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [billiard](https://github.com/celery/billiard) from 3.3.0.23 to 3.6.2.0.
- [Release notes](https://github.com/celery/billiard/releases)
- [Changelog](https://github.com/celery/billiard/blob/master/CHANGES.txt)
- [Commits](celery/billiard@v3.3.0.23...3.6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #153.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/api/billiard-3.6.2.0 branch February 28, 2020 08:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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