django-bakery
django-bakery copied to clipboard
Bump celery from 5.4.0 to 5.5.3
Bumps celery from 5.4.0 to 5.5.3.
Release notes
Sourced from celery's releases.
v5.5.3
What's Changed
- make the tests run on python 3.13 for gcs backend by
@auvipyin celery/celery#9677- Added DeepWiki to README by
@Nusnusin celery/celery#9683- Limit redis to <=v5.2.1 to match Kombu by
@Nusnusin celery/celery#9693- Use EX_OK instead of literal zero by
@Nusnusin celery/celery#9684- Make wheel metadata reproducible by
@cjwatsonin celery/celery#9687- let celery install from kombu dependencies for better align by
@auvipyin celery/celery#9696- Fix stamping documentation to clarify stamped_headers key is optional in visitor methods by
@Nusnusin celery/celery#9697- Support apply_async without queue argument on quorum queues by
@bityobin celery/celery#9686- Updated rabbitmq doc about using quorum queues with task routes by
@bityobin celery/celery#9707- Add: Dumper Unit Test by
@yiyu0xin celery/celery#9711- Add unit test for event.group_from by
@rogerforlifein celery/celery#9709- refactor: add beat_cron_starting_deadline documentation warning by
@alirafiei75in celery/celery#9712- fix: resolve issue #9569 by supporting distinct broker transport options for workers by
@yiyu0xin celery/celery#9695- Fixes issue with retry callback arguments in DelayedDelivery by
@maccinzain celery/celery#9708- get_exchange-unit-test by
@rogerforlifein celery/celery#9710- ISSUE-9704: Update documentation of result_expires, filesystem backend is supported by
@MattiasDCin celery/celery#9716- update to blacksmith ubuntu 24.04 by
@auvipyin celery/celery#9717- Added unit tests for celery.utils.iso8601 by
@jaiganeshs21in celery/celery#9725- Update introduction.rst docs by
@auvipyin celery/celery#9728- Prepare for release: v5.5.3 by
@Nusnusin celery/celery#9732New Contributors
@bityobmade their first contribution in celery/celery#9686@yiyu0xmade their first contribution in celery/celery#9711@rogerforlifemade their first contribution in celery/celery#9709@alirafiei75made their first contribution in celery/celery#9712@maccinzamade their first contribution in celery/celery#9708@MattiasDCmade their first contribution in celery/celery#9716@jaiganeshs21made their first contribution in celery/celery#9725Full Changelog: https://github.com/celery/celery/compare/v5.5.2...v5.5.3
v5.5.2
What's Changed
- Fix calculating remaining time across DST changes by
@imriverain celery/celery#9669- Remove
setup_loggerfrom COMPAT_MODULES by@rconradharrisin celery/celery#9668- Fix mongodb bullet and fix github links in contributions section by
@jabberwock404in celery/celery#9672- Prepare for release: v5.5.2 by
@Nusnusin celery/celery#9675New Contributors
@imriveramade their first contribution in celery/celery#9669@rconradharrismade their first contribution in celery/celery#9668@jabberwock404made their first contribution in celery/celery#9672Full Changelog: https://github.com/celery/celery/compare/v5.5.1...v5.5.2
v5.5.1
What's Changed
... (truncated)
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:
5.5.2
:release-date: 2025-04-25 :release-by: Tomer Nosrati
What's Changed
- Fix calculating remaining time across DST changes (#9669)
- Remove
setup_loggerfrom COMPAT_MODULES (#9668)- Fix mongodb bullet and fix github links in contributions section (#9672)
- Prepare for release: v5.5.2 (#9675)
.. _version-5.5.1:
5.5.1
... (truncated)
Commits
088c39cPrepare for release: v5.5.3 (#9732)0c1c52bUpdate introduction.rst docs (#9728)778b009Added unit tests for celery.utils.iso8601 (#9725)b00c144update to blacksmith ubuntu 24.045aae2caISSUE-9704: Update documentation of , filesystem backend is supported if cele...7cf9d89get_exchange-unit-test (#9710)b06e53fFixes issue with retry callback argument types in DelayedDelivery (#9708)b6cab29fix: resolve issue #9569 by supporting distinct broker transport options for ...5fc068crefactor: add beat_cron_starting_deadline documentation warning (#9712)c7bb67fAdd unit test for event.group_from (#9709)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)