overthesun / simoc

A scalable model of an interactive, off-world community
https://ngs.simoc.space/
GNU General Public License v3.0
2 stars 1 forks source link

Bump celery from 5.3.1 to 5.3.4 #426

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 11 months ago

Bumps celery from 5.3.1 to 5.3.4.

Release notes

Sourced from celery's releases.

v5.3.4

Notice Regarding v5.3.2 and v5.3.3

Versions 5.3.2 and 5.3.3 were identified to contain breaking changes and have been yanked to maintain codebase stability. We appreciate the community's timely feedback on these versions and apologize for any inconvenience caused.

What's Changed

... (truncated)

Changelog

Sourced from celery's changelog.

5.3.4

:release-date: 2023-09-03 10:10 P.M GMT+2 :release-by: Tomer Nosrati

.. warning:: This version has reverted the breaking changes introduced in 5.3.2 and 5.3.3:

  • Revert "store children with database backend" (#8475)

  • Revert "Fix eager tasks does not populate name field" (#8476)

  • Bugfix: Removed unecessary stamping code from _chord.run() (#8339)

  • User guide fix (hotfix for #1755) (#8342)

  • store children with database backend (#8338)

  • Stamping bugfix with group/chord header errback linking (#8347)

  • Use argsrepr and kwargsrepr in LOG_RECEIVED (#8301)

  • Fixing minor typo in code example in calling.rst (#8366)

  • add documents for timeout settings (#8373)

  • fix: copyright year (#8380)

  • setup.py: enable include_package_data (#8379)

  • Fix eager tasks does not populate name field (#8383)

  • Update test.txt dependencies (#8389)

  • Update auth.txt deps (#8392)

  • Fix backend.get_task_meta ignores the result_extended config parameter in mongodb backend (#8391)

  • Support preload options for shell and purge commands (#8374)

  • Implement safer ArangoDB queries (#8351)

  • integration test: cleanup worker after test case (#8361)

  • Added "Tomer Nosrati" to CONTRIBUTORS.txt (#8400)

  • Update README.rst (#8404)

  • Update README.rst (#8408)

  • fix(canvas): add group index when unrolling tasks (#8427)

  • fix(beat): debug statement should only log AsyncResult.id if it exists (#8428)

  • Lint fixes & pre-commit autoupdate (#8414)

  • Update auth.txt (#8435)

  • Update mypy on test.txt (#8438)

  • added missing kwargs arguments in some cli cmd (#8049)

  • Fix #8431: Set format_date to False when calling _get_result_meta on mongo backend (#8432)

  • Docs: rewrite out-of-date code (#8441)

  • Limit redis client to 4.x since 5.x fails the test suite (#8442)

  • Limit tox to < 4.9 (#8443)

  • Fixed issue: Flags broker_connection_retry_on_startup & broker_connection_retry aren’t reliable (#8446)

  • doc update from #7651 (#8451)

  • Remove tox version limit (#8464)

  • Fixed AttributeError: 'str' object has no attribute (#8463)

  • Upgraded Kombu from 5.3.1 -> 5.3.2 (#8468)

  • Document need for CELERY_ prefix on CLI env vars (#8469)

  • Use string value for CELERY_SKIP_CHECKS envvar (#8462)

  • Revert "store children with database backend" (#8475)

  • Revert "Fix eager tasks does not populate name field" (#8476)

... (truncated)

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 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.

dependabot[bot] commented 9 months ago

Superseded by #448.