Bump the action-deps group in /backend with 2 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
dependencies python backend
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the action-deps group in /backend with 2 updates: celery and redis.
Updates celery from 5.5.2 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
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
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
Updates redis from 6.1.0 to 6.2.0
Release notes
Sourced from redis's releases.
6.2.0
Changes
🚀 New Features
- Add
dynamic_startup_nodesparameter to async RedisCluster (#3646)- Support RESP3 with
hiredis-pyparser (#3648)- [Async] Support for transactions in async
RedisClusterclient (#3649)🐛 Bug Fixes
- Revert wrongly changed default value for
check_hostnamewhen instantiatingRedisSSLContext(#3655)- Fixed potential deadlock from unexpected
__del__call (#3654)🧰 Maintenance
- Update
search_json_examples.ipynb: Fix the old importindexDefinition->index_definition(#3652)- Remove mandatory update of the CHANGES file for new PRs. Changes file will be kept for history for versions < 4.0.0 (#3645)
- Dropping
Python 3.8support as it has reached end of life (#3657)- fix(doc): update Python print output in json doctests (#3658)
- Update redis-entraid dependency (#3661)
We'd like to thank all the contributors who worked on this release!
@JCornat@ShubhamKaudewar@uglide@petyaslavova@vladvildanovv6.1.1
Changes
🐛 Bug Fixes
- Revert wrongly changed default value for
check_hostnamewhen instantiatingRedisSSLContext(#3655)- Fixed potential deadlock from unexpected
__del__call (#3654)We'd like to thank all the contributors who worked on this release!
@vladvildanov@petyaslavova
Commits
1a59471Adding small change in code to trigger pipeline for the branch.83cf781Adding small change in README to trigger pipeline for the branch.f5cd264maintenance: Preparation for release 6.2.0 - updating lib version. (#3662)793cdc6maintenance: Update redis-entraid dependency (#3661)34c40fffix(doc) : update Python print output in json doctests (#3658)e5756daDropping Python 3.8 support as it has reached end of life (#3657)bc7de60[Async] Support for transactions in async RedisCluster client (#3649)e226ad2Removing connection_pool field from the CommandProtocol definition (#3656)14a6fc3fix: Fixed potential deadlock from unexpected del call (#3654)3ebfd5bfix: Revert wrongly changed default value for check_hostname when instantiati...- 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 <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
0
0
+0
-0
Technical Details
| ID: | 1358392 |
| UUID: | 3110948535 |
| Node ID: | PR_kwDOMqijUM6Yqu8E |
| Host: | GitHub |
| Repository: | zakerby/python-react-template |