Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps pykka from 4.2.0 to 4.4.0.

Release notes

Sourced from pykka's releases.

v4.4.0

Breaking changes

  • Remove pykka.__version__. Use importlib.metadata.version("pykka") instead. (by @​jodal in #242)

Changes

  • Port docs from Sphinx to Mkdocs and generally refresh docs (by @​jodal in #241)

Full Changelog: jodal/pykka@v4.3.0...v4.4.0

v4.3.0

Breaking changes

  • Remove support for Python 3.9 as it reaches end-of-life next month (by @​jodal in #238)
  • Only allow one of Future's set(), set_exception(), and set_get_hook() methods to be called (by @​jodal in #240)

Changes

  • Change ThreadingFuture[T] to use a threading.Condition instead of queue.Queue (by @​mpdetwiler in #233)
  • Only call future hook once, even if it returns None (by @​jodal in #239)
  • Use the standard library's tomllib in the docs build on Python 3.11+, removing a dependency om tomli (by @​a-detiste in #237)

New Contributors

Full Changelog: jodal/pykka@v4.2.0...v4.3.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pykka](https://github.com/jodal/pykka) from 4.2.0 to 4.4.0.
- [Release notes](https://github.com/jodal/pykka/releases)
- [Commits](jodal/pykka@v4.2.0...v4.4.0)

---
updated-dependencies:
- dependency-name: pykka
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 1, 2025
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.

2 participants