Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2026

Bumps pytask from 0.5.5 to 0.5.8.

Release notes

Sourced from pytask's releases.

v0.5.8

What's Changed

The main changes are

  • Full support for Python 3.14
  • Moving to ty for type checking

Full list

Full Changelog: pytask-dev/pytask@v0.5.7...v0.5.8

v0.5.7

What's Changed

New Contributors

Full Changelog: pytask-dev/pytask@v0.5.6...v0.5.7

v0.5.6

What's Changed

A Halloween release 👻

  • Python 3.9 support is dropped
  • Let pytask explain why tasks are executed
  • An example of repeated tasks in Jupyter notebooks
  • ... and some bug fixes

... (truncated)

Changelog

Sourced from pytask's changelog.

0.5.8 - 2025-12-30

  • {pull}710 adds support for Python 3.14.
  • {pull}724 handles lazy annotations for task generators in Python 3.14.
  • {pull}725 fixes the pickle node hash test by accounting for Python 3.14's default pickle protocol.
  • {pull}726 adapts the interactive debugger integration to Python 3.14's updated pdb behaviour and keeps pytest-style capturing intact.
  • {pull}732 fixes importing packages with missing __init__.py files.
  • {pull}739 closes file descriptors for the capture manager between CLI runs and disposes stale database engines to prevent hitting OS file descriptor limits in large test runs.
  • {pull}734 migrates from mypy to ty for type checking.
  • {pull}736 updates the comparison to other tools documentation and adds a section on the Common Workflow Language (CWL) and WorkflowHub.
  • {pull}730 updates GitHub Actions dependencies.
  • {pull}731 enables automerge for pre-commit and Dependabot.
  • {pull}733 and {pull}727 refresh pre-commit hooks.
  • {pull}737 enables merge groups.

0.5.7 - 2025-11-22

  • {pull}721 clarifies the documentation on repeated tasks in notebooks.
  • {pull}723 fixes an issue with defaults for click options. Thanks to {user}DrorSh for contributing the fix!

0.5.6 - 2025-10-31

  • {pull}703 fixes {issue}701 by allowing --capture tee-sys again.
  • {pull}704 adds the --explain flag to show why tasks would be executed. Closes {issue}466.
  • {pull}706 disables syntax highlighting for platform version information in session header.
  • {pull}707 drops support for Python 3.9 as it has reached end of life.
  • {pull}708 updates mypy and fixes type issues.
  • {pull}709 adds uv pre-commit check.
  • {pull}710 adds support for Python 3.14.
  • {pull}713 removes uv as a test dependency. Closes {issue}712. Thanks to {user}erooke!
  • {pull}718 fixes {issue}717 by properly parsing the pdbcls configuration option from config files. Thanks to {user}MImmesberger for the report!
  • {pull}719 fixes repeated tasks with the same function name in the programmatic interface to ensure all tasks execute correctly.
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 [pytask](https://github.com/pytask-dev/pytask) from 0.5.5 to 0.5.8.
- [Release notes](https://github.com/pytask-dev/pytask/releases)
- [Changelog](https://github.com/pytask-dev/pytask/blob/main/CHANGELOG.md)
- [Commits](pytask-dev/pytask@v0.5.5...v0.5.8)

---
updated-dependencies:
- dependency-name: pytask
  dependency-version: 0.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant