Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the python-packages group with 3 updates: celery, python-keycloak and prek.

Updates celery from 5.6.1 to 5.6.2

Release notes

Sourced from celery's releases.

v5.6.2

What's Changed

New Contributors

Full Changelog: celery/celery@v5.6.1...v5.6.2

Changelog

Sourced from celery's changelog.

5.6.2

:release-date: 2026-01-04 :release-by: Tomer Nosrati

What's Changed


- Fix recursive WorkController instantiation in DjangoWorkerFixup + AttributeError when pool_cls is a string ([#10045](https://github.com/celery/celery/issues/10045))
- Bugfix: Revoked tasks now immediately update backend status to REVOKED ([#9869](https://github.com/celery/celery/issues/9869))
- Prepare for release: v5.6.2 ([#10049](https://github.com/celery/celery/issues/10049))

.. _version-5.6.1:

Commits
  • 6a43c84 Prepare for release: v5.6.2 (#10049)
  • 333a82f Bugfix: Revoked tasks now immediately update backend status to REVOKED (#9869)
  • 9d6ab11 Fix recursive WorkController instantiation in DjangoWorkerFixup + AttributeEr...
  • See full diff in compare view

Updates python-keycloak from 6.0.0 to 7.0.1

Changelog

Sourced from python-keycloak's changelog.

v7.0.1 (2026-01-05)

Fix

  • python version

v7.0.0 (2026-01-04)

BREAKING CHANGE

  • this change introduces a very strong typing across the library. From now on, we demand that each method returns a single type and converts the results into the specified return type, otherwise it raises a TypeError exception. This should resolve any type checking linter errors within the library as well.

Fix

  • updated lockfile
  • pass along the default connection manager configuration into uma
  • dont override transport for httpx
  • pass query params in get groups
  • removed async property as a dependency
  • strong and consistent typing across the library
Commits

Updates prek from 0.2.25 to 0.2.27

Release notes

Sourced from prek's releases.

0.2.27

Release Notes

Released on 2026-01-07.

Highlights

python/cpython is now using prek. That’s the highlight of this release!

Enhancements

  • Add hook-level env option to set environment variables for hooks (#1279) (#1285)
  • Support apple's container for docker language (#1306)
  • Skip cookiecutter template directories like {{cookiecutter.project_slug}} during project discovery (#1316)
  • Use global CONCURRENCY for repo clone (#1292)
  • untar: disallow external symlinks (#1314)

Bug fixes

  • Exit with success if no hooks match the hook stage (#1317)
  • Fix Go template string to detect rootless podman (#1302)
  • Panic on overly long filenames instead of silently dropping files (#1287)

Other changes

  • Add python/cpython to users (#1308)
  • Add MoonshotAI/kimi-cli to users (#1286)
  • Drop powerpc64 wheels (#1319)

Contributors

Install prek 0.2.27

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.27/prek-installer.sh | sh

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from prek's changelog.

0.2.27

Released on 2026-01-07.

Highlights

python/cpython is now using prek. That’s the highlight of this release!

Enhancements

  • Add hook-level env option to set environment variables for hooks (#1279) (#1285)
  • Support apple's container for docker language (#1306)
  • Skip cookiecutter template directories like {{cookiecutter.project_slug}} during project discovery (#1316)
  • Use global CONCURRENCY for repo clone (#1292)
  • untar: disallow external symlinks (#1314)

Bug fixes

  • Exit with success if no hooks match the hook stage (#1317)
  • Fix Go template string to detect rootless podman (#1302)
  • Panic on overly long filenames instead of silently dropping files (#1287)

Other changes

  • Add python/cpython to users (#1308)
  • Add MoonshotAI/kimi-cli to users (#1286)
  • Drop powerpc64 wheels (#1319)

Contributors

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group with 3 updates: [celery](https://github.com/celery/celery), [python-keycloak](https://github.com/marcospereirampj/python-keycloak) and [prek](https://github.com/j178/prek).


Updates `celery` from 5.6.1 to 5.6.2
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.6.1...v5.6.2)

Updates `python-keycloak` from 6.0.0 to 7.0.1
- [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md)
- [Commits](marcospereirampj/python-keycloak@v6.0.0...v7.0.1)

Updates `prek` from 0.2.25 to 0.2.27
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.2.25...v0.2.27)

---
updated-dependencies:
- dependency-name: celery
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: python-keycloak
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: prek
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Jan 8, 2026
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) January 8, 2026 05:41
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL526762888% 
report-only-changed-files is enabled. No files were changed during this commit :)

@dolfinus dolfinus disabled auto-merge January 8, 2026 07:39
@dolfinus dolfinus merged commit 0fe528b into develop Jan 8, 2026
25 of 26 checks passed
@dolfinus dolfinus deleted the dependabot/uv/python-packages-676fa4436c branch January 8, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependency Dependency-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants