Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps celery from 5.5.2 to 5.5.3.

Release notes

Sourced from celery's releases.

v5.5.3

What's Changed

New Contributors

Full Changelog: celery/celery@v5.5.2...v5.5.3

Changelog

Sourced from celery's changelog.

5.5.3

:release-date: 2025-06-01 :release-by: Tomer Nosrati

What's Changed


- make the tests run on python 3.13 for gcs backend ([#9677](https://github.com/celery/celery/issues/9677))
- Added DeepWiki to README ([#9683](https://github.com/celery/celery/issues/9683))
- Limit redis to <=v5.2.1 to match Kombu ([#9693](https://github.com/celery/celery/issues/9693))
- Use EX_OK instead of literal zero ([#9684](https://github.com/celery/celery/issues/9684))
- Make wheel metadata reproducible ([#9687](https://github.com/celery/celery/issues/9687))
- let celery install from kombu dependencies for better align ([#9696](https://github.com/celery/celery/issues/9696))
- Fix stamping documentation to clarify stamped_headers key is optional in visitor methods ([#9697](https://github.com/celery/celery/issues/9697))
- Support apply_async without queue argument on quorum queues ([#9686](https://github.com/celery/celery/issues/9686))
- Updated rabbitmq doc about using quorum queues with task routes ([#9707](https://github.com/celery/celery/issues/9707))
- Add: Dumper Unit Test ([#9711](https://github.com/celery/celery/issues/9711))
- Add unit test for event.group_from ([#9709](https://github.com/celery/celery/issues/9709))
- refactor: add beat_cron_starting_deadline documentation warning ([#9712](https://github.com/celery/celery/issues/9712))
- fix: resolve issue [#9569](https://github.com/celery/celery/issues/9569) by supporting distinct broker transport options for workers ([#9695](https://github.com/celery/celery/issues/9695))
- Fixes issue with retry callback arguments in DelayedDelivery ([#9708](https://github.com/celery/celery/issues/9708))
- get_exchange-unit-test ([#9710](https://github.com/celery/celery/issues/9710))
- ISSUE-9704: Update documentation of result_expires, filesystem backend is supported ([#9716](https://github.com/celery/celery/issues/9716))
- update to blacksmith ubuntu 24.04 ([#9717](https://github.com/celery/celery/issues/9717))
- Added unit tests for celery.utils.iso8601 ([#9725](https://github.com/celery/celery/issues/9725))
- Update introduction.rst docs ([#9728](https://github.com/celery/celery/issues/9728))
- Prepare for release: v5.5.3 ([#9732](https://github.com/celery/celery/issues/9732))

.. _version-5.5.2:

Commits
  • 088c39c Prepare for release: v5.5.3 (#9732)
  • 0c1c52b Update introduction.rst docs (#9728)
  • 778b009 Added unit tests for celery.utils.iso8601 (#9725)
  • b00c144 update to blacksmith ubuntu 24.04
  • 5aae2ca ISSUE-9704: Update documentation of , filesystem backend is supported if cele...
  • 7cf9d89 get_exchange-unit-test (#9710)
  • b06e53f Fixes issue with retry callback argument types in DelayedDelivery (#9708)
  • b6cab29 fix: resolve issue #9569 by supporting distinct broker transport options for ...
  • 5fc068c refactor: add beat_cron_starting_deadline documentation warning (#9712)
  • c7bb67f Add unit test for event.group_from (#9709)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 2, 2025
Bumps [celery](https://github.com/celery/celery) from 5.5.2 to 5.5.3.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.5.2...v5.5.3)

---
updated-dependencies:
- dependency-name: celery
  dependency-version: 5.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/celery-5.5.3 branch from d838383 to bb4b332 Compare June 14, 2025 09:39
@FuzzyGrim FuzzyGrim merged commit c0bc412 into dev Jun 17, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/celery-5.5.3 branch June 17, 2025 18:40
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