Skip to content

chore(deps): bump django-celery-beat from 2.5.0 to 2.8.0 #2708

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2025

Bumps django-celery-beat from 2.5.0 to 2.8.0.

Release notes

Sourced from django-celery-beat's releases.

v2.8.0

What's Changed

... (truncated)

Changelog

Sourced from django-celery-beat's changelog.

2.8.0

:release-date: 2025-04-16 :release-by: Asif Saif Uddin (@​auvipy)

Added


- Add official support for Django 5.2.
- Issue 796: remove days of the week from human readable description when the whole week is specified.
- fix 'exipres', 'expire_seconds' not working normal as expected.
- fix long period task will never be triggered ([#717](https://github.com/celery/django-celery-beat/issues/717)).
- Fix for missing periodic task name in results ([#812](https://github.com/celery/django-celery-beat/issues/812)).
- refactor(db-scheduler): optimize all_as_schedule query ([#835](https://github.com/celery/django-celery-beat/issues/835)).
- feat(admin): add task field to search_fields.
- Fix the time calculation problem caused by start_time ([#844](https://github.com/celery/django-celery-beat/issues/844)).
- Added Python 3.13 support.

.. _version-2.7.0:

2.7.0

:release-date: 2024-08-21 :release-by: Christian Clauss (@​cclauss)

Added

  • Add official support for Django 5.1 (:github_pr:761)
  • Relax Django upper version to allow version 5.1 (:github_pr:756)
  • Add PeriodicTaskInline to the schedule admin to showing tasks using the schedule (:github_pr:743)

Fixed


- Fix display of long name day of week in admin (:github_pr:`745`)
- Fix a few French translations (:github_pr:`760`)
- Fix documentation about timezone changes (:github_pr:`769`)
- Remove usages of deprecated setuptools API ``setuptools.command.test`` (:github_pr:`771`)
- Clean up running of ``setup.py`` as it's deprecated (:github_pr:`737`)

Project infrastructure

  • Automate PyPI release from GitHub actions using trusted publisher (:github_pr:749)
  • Simplify logic for minimum Python requirement (:github_pr:765)
  • Add Ruff to pre-commit config (:github_pr:778)

.. _version-2.6.0:

... (truncated)

Commits
  • e950b59 Bump version: 2.7.0 → 2.8.0
  • 36f26a6 added changelog entry for v2.8.0
  • 8189f6f declare python 3.13 support
  • a7cdc30 [pre-commit.ci] pre-commit autoupdate (#872)
  • e1b6b54 [pre-commit.ci] pre-commit autoupdate (#870)
  • 9ba201a [pre-commit.ci] pre-commit autoupdate (#868)
  • c454c65 Fix the time calculation problem caused by start_time (#844)
  • ee2c505 reintroduce python 3.8 in the CI (#867)
  • db7a665 update python version for docker and copy rights (#866)
  • 5b5428f added django 5.2rc1 lts and trim down django versions (#865)
  • 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)

Bumps [django-celery-beat](https://github.com/celery/django-celery-beat) from 2.5.0 to 2.8.0.
- [Release notes](https://github.com/celery/django-celery-beat/releases)
- [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog)
- [Commits](celery/django-celery-beat@v2.5.0...v2.8.0)

---
updated-dependencies:
- dependency-name: django-celery-beat
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 16, 2025
# for free to join this conversation on GitHub. Already have an account? # 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.

0 participants