Skip to content

Update multitasking requirement from >=0.0.7 to >=0.0.13 - #6

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/multitasking-gte-0.0.13
Open

Update multitasking requirement from >=0.0.7 to >=0.0.13#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/multitasking-gte-0.0.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown

Updates the requirements on multitasking to permit the latest version.

Release notes

Sourced from multitasking's releases.

0.0.13

Added set_daemon(True|False) to opt in to daemon threads/processes for @​task workers (default False preserves the historical non-daemon contract so existing callers continue to have the interpreter wait for in-flight tasks on exit). Long-lived fire-and-forget workers (schedulers, pollers, infinite cleanup loops) can now call multitasking.set_daemon(True) once — alongside set_engine() — to avoid blocking interpreter shutdown.

Changelog

Sourced from multitasking's changelog.

0.0.13

  • Added set_daemon(True|False) to opt in to daemon threads/processes for @task workers (default False preserves the historical non-daemon contract so existing callers continue to have the interpreter wait for in-flight tasks on exit). Long-lived fire-and-forget workers (schedulers, pollers, infinite cleanup loops) can now call multitasking.set_daemon(True) once — alongside set_engine() — to avoid blocking interpreter shutdown.

0.0.12

  • Full type hint support across the public API
  • Added long_description_content_type for proper PyPI README rendering
  • Declared Python 3.11 / 3.12 / 3.13 support in setup classifiers

0.0.11

  • Added get_list_of_tasks()

0.0.10

  • Pass optional sleep time to wait_for_tasks() to prevent cpu burn

0.0.9

  • Changed licence to Apache License
  • Setting config["KILL_RECEIVED"]=False after ``wait_for_tasks()`
  • Code PEP'ed

0.0.8

  • Bugfix

0.0.7

  • Bugfix

0.0.6

  • Code linting / refactoring

0.0.5

  • Fixed takes 1 positional argument but 2 were given on killall()

0.0.4

  • Added Python 3.6 support in pip setup

0.0.3

  • Added createPool() and getPool() methods

0.0.2

... (truncated)

Commits

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 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)

Updates the requirements on [multitasking](https://github.com/ranaroussi/multitasking) to permit the latest version.
- [Release notes](https://github.com/ranaroussi/multitasking/releases)
- [Changelog](https://github.com/ranaroussi/multitasking/blob/main/CHANGELOG.rst)
- [Commits](ranaroussi/multitasking@0.0.11...0.0.13)

---
updated-dependencies:
- dependency-name: multitasking
  dependency-version: 0.0.13
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 23, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 23, 2026
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