dxsooo / VideoDownload

VideoDownload tool for Youtube/BiliBili
Apache License 2.0
14 stars 0 forks source link

Update dependency celery to v5.3.4 - autoclosed #44

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
celery (source, changelog) 5.3.1 -> 5.3.4 age adoption passing confidence

Release Notes

celery/celery (celery) ### [`v5.3.4`](https://togithub.com/celery/celery/blob/HEAD/Changelog.rst#534) [Compare Source](https://togithub.com/celery/celery/compare/v5.3.1...v5.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](https://togithub.com/celery/celery/issues/8475)) - Revert "Fix eager tasks does not populate name field" ([#​8476](https://togithub.com/celery/celery/issues/8476)) - Bugfix: Removed unecessary stamping code from \_chord.run() ([#​8339](https://togithub.com/celery/celery/issues/8339)) - User guide fix (hotfix for [#​1755](https://togithub.com/celery/celery/issues/1755)) ([#​8342](https://togithub.com/celery/celery/issues/8342)) - store children with database backend ([#​8338](https://togithub.com/celery/celery/issues/8338)) - Stamping bugfix with group/chord header errback linking ([#​8347](https://togithub.com/celery/celery/issues/8347)) - Use argsrepr and kwargsrepr in LOG_RECEIVED ([#​8301](https://togithub.com/celery/celery/issues/8301)) - Fixing minor typo in code example in calling.rst ([#​8366](https://togithub.com/celery/celery/issues/8366)) - add documents for timeout settings ([#​8373](https://togithub.com/celery/celery/issues/8373)) - fix: copyright year ([#​8380](https://togithub.com/celery/celery/issues/8380)) - setup.py: enable include_package_data ([#​8379](https://togithub.com/celery/celery/issues/8379)) - Fix eager tasks does not populate name field ([#​8383](https://togithub.com/celery/celery/issues/8383)) - Update test.txt dependencies ([#​8389](https://togithub.com/celery/celery/issues/8389)) - Update auth.txt deps ([#​8392](https://togithub.com/celery/celery/issues/8392)) - Fix backend.get_task_meta ignores the result_extended config parameter in mongodb backend ([#​8391](https://togithub.com/celery/celery/issues/8391)) - Support preload options for shell and purge commands ([#​8374](https://togithub.com/celery/celery/issues/8374)) - Implement safer ArangoDB queries ([#​8351](https://togithub.com/celery/celery/issues/8351)) - integration test: cleanup worker after test case ([#​8361](https://togithub.com/celery/celery/issues/8361)) - Added "Tomer Nosrati" to CONTRIBUTORS.txt ([#​8400](https://togithub.com/celery/celery/issues/8400)) - Update README.rst ([#​8404](https://togithub.com/celery/celery/issues/8404)) - Update README.rst ([#​8408](https://togithub.com/celery/celery/issues/8408)) - fix(canvas): add group index when unrolling tasks ([#​8427](https://togithub.com/celery/celery/issues/8427)) - fix(beat): debug statement should only log AsyncResult.id if it exists ([#​8428](https://togithub.com/celery/celery/issues/8428)) - Lint fixes & pre-commit autoupdate ([#​8414](https://togithub.com/celery/celery/issues/8414)) - Update auth.txt ([#​8435](https://togithub.com/celery/celery/issues/8435)) - Update mypy on test.txt ([#​8438](https://togithub.com/celery/celery/issues/8438)) - added missing kwargs arguments in some cli cmd ([#​8049](https://togithub.com/celery/celery/issues/8049)) - Fix [#​8431](https://togithub.com/celery/celery/issues/8431): Set format_date to False when calling \_get_result_meta on mongo backend ([#​8432](https://togithub.com/celery/celery/issues/8432)) - Docs: rewrite out-of-date code ([#​8441](https://togithub.com/celery/celery/issues/8441)) - Limit redis client to 4.x since 5.x fails the test suite ([#​8442](https://togithub.com/celery/celery/issues/8442)) - Limit tox to < 4.9 ([#​8443](https://togithub.com/celery/celery/issues/8443)) - Fixed issue: Flags broker_connection_retry_on_startup & broker_connection_retry aren’t reliable ([#​8446](https://togithub.com/celery/celery/issues/8446)) - doc update from [#​7651](https://togithub.com/celery/celery/issues/7651) ([#​8451](https://togithub.com/celery/celery/issues/8451)) - Remove tox version limit ([#​8464](https://togithub.com/celery/celery/issues/8464)) - Fixed AttributeError: 'str' object has no attribute ([#​8463](https://togithub.com/celery/celery/issues/8463)) - Upgraded Kombu from 5.3.1 -> 5.3.2 ([#​8468](https://togithub.com/celery/celery/issues/8468)) - Document need for CELERY\_ prefix on CLI env vars ([#​8469](https://togithub.com/celery/celery/issues/8469)) - Use string value for CELERY_SKIP_CHECKS envvar ([#​8462](https://togithub.com/celery/celery/issues/8462)) - Revert "store children with database backend" ([#​8475](https://togithub.com/celery/celery/issues/8475)) - Revert "Fix eager tasks does not populate name field" ([#​8476](https://togithub.com/celery/celery/issues/8476)) - Update Changelog ([#​8474](https://togithub.com/celery/celery/issues/8474)) - Remove as it seems to be buggy. ([#​8340](https://togithub.com/celery/celery/issues/8340)) - Revert "Add Semgrep to CI" ([#​8477](https://togithub.com/celery/celery/issues/8477)) - Revert "Revert "Add Semgrep to CI"" ([#​8478](https://togithub.com/celery/celery/issues/8478)) .. \_version-5.3.3:

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +3.80% :tada:

Comparison is base (09554c5) 93.33% compared to head (3d83a3a) 97.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #44 +/- ## ========================================== + Coverage 93.33% 97.14% +3.80% ========================================== Files 5 5 Lines 105 105 ========================================== + Hits 98 102 +4 + Misses 7 3 -4 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/dxsooo/VideoDownload/pull/44/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiajie+Han)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.