fix(deps): update dependency django-celery-beat to v2.7.0 #76

Merged
kumi merged 1 commit from renovate/django-celery-beat-2.x-lockfile into main 2025-04-06 20:09:47 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
django-celery-beat dependencies minor 2.1.0 -> 2.7.0

Release Notes

celery/django-celery-beat (django-celery-beat)

v2.7.0

Compare Source

=====
: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:

v2.6.0

Compare Source

=====
:release-date: 2024-03-03
:release-by: Christian Clauss (@​cclauss)

  • Avoid crash when can not get human readable description (#​648).
  • Update codeql-analysis.yml (#​653).
  • Fix CI: Change assert self.app.timezone.zone to assert self.app.timezone.key (#​664).
  • Drop Django 4.0 from CI to avoid security issues (#​662).
  • Fix Issue #​388: Celery Beat scheduled tasks may be executed repeatedly (#​660).
  • Update README.rst (#​670).
  • Update runtime.txt to include Django 5.0 (#​681).
  • Replace case.patching fixture with mockeypatch + MagicMock (#​692).
  • Update README.rst - Crontab effect description (#​689).
  • Update supported Python & Django version in setup.py (#​672).
  • Add Python 3.12 to test matrix and add classifier (#​690).
  • Django v5.0: django.utils.timezone.utc alias --> datetime.timezone.utc (#​703).
  • Upgrade GitHub Actions and PyPy 3.10 and Django 5.0 (#​699).
  • Testing Django v5.0 on pypy-3.10-v7.3.14 passes (#​705).
  • Prepare for release v2.6.0 to support Py3.12 and Dj5.0 (#​712).
  • GitHub Actions: Do not hardcode an out-of-date version of PyPy (#​715).
  • Use the same order in the admin as in the cron schedule expression (#​716).
  • Upgrade pip and GitHub Actions dependencies with dependabot (#​721).
  • Bump github/codeql-action from 2 to 3 (#​722).
  • Bump actions/checkout from 3 to 4 (#​723).
  • Update pytest requirement from <8.0,>=6.2.5 to >=6.2.5,<9.0 (#​724).
  • Remove requirements/test-djangoXY.txt (#​728).
  • Remove code for unsupported django.VERSION < (3, 2) (#​729).
  • Added sphinxcontrib-django to extensions (#​736).

.. _version-2.5.0:

v2.5.0

Compare Source

=====
:release-date: 2023-03-14 4:00 p.m. UTC+6:00
:release-by: Asif Saif Uddin

  • Prefetch_related on PeriodicTaskQuerySet.enabled (#​608).
  • Clarify month range (#​615).
  • Declare support for Django 4.2 & Python 3.11.
  • Adding human readable descriptions of crontab schedules (#​622).
  • Start time heap block fix (#​636).

.. _version-2.4.0:

v2.4.0

Compare Source

=====
:release-date: 2022-10-19 7:15 p.m. UTC+6:00
:release-by: Asif Saif Uddin

  • Fixed error path for zh-Hans translate (#​548).
  • Django>=3.2,<4.2 (#​567).
  • fix: downgrade importlib-metadata<5.0 until celery 5.3.0 release.
  • Fixed signals can not connect to OneToOneField (#​572) (#​573).
  • Remove superseded ExtendedQuerySet as it's functionality is built in.
  • Wrapped fieldset labels of PeriodicTaskAdmin around gettext_lazy.
  • fix: update PeriodicTask from entry (#​344).

.. _version-2.3.0:

v2.3.0

Compare Source

=====
:release-date:
:release-by:

  • Admin "disable_tasks" action also updates PeriodicTask's last_run_at field
  • feat: add periodic_task_name in favor of celery/django-celery-results
  • Fix ClockedSchedule and PeriodicTasks showing UTC time when Time Zone
  • Change last_run_at=None when using disable tasks admin action (#​501)
  • fix the conflict with celery configuration (#​525)
  • A unit Test to make sure ClockedSchedule and PeriodicTasks are shown
  • Django 4.0 and Python 3.10 support (#​528)

.. _version-2.2.1:

v2.2.1

Compare Source

=====
:release-date: 2021-07-02 11:15 a.m. UTC+6:00
:release-by: Asif Saif Uddin

  • Require celery>=5.0,<6.0
  • Enable Django 3.2 CI and add default_auto_field
  • Fix locale in dir tree
  • Do not blindly delete duplicate schedules (#​389)
  • Use python:3.8-slim for lighter builds

.. _version-2.2.0:

v2.2.0

Compare Source

=====
:release-date: 2021-01-19 2:30 p.m. UTC+6:00
:release-by: Asif Saif Uddin

  • Fixed compatibility with django-timezone-field>=4.1.0
  • Fixed deprecation warnings: 'assertEquals' in tests.
  • Fixed SolarSchedule event choices i18n support.
  • Updated 'es' .po file metadata
  • Update 'fr' .po file metadata
  • New schema migrations for SolarSchedule events choices changes in models.

.. _version-2.1.0:


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [django-celery-beat](https://github.com/celery/django-celery-beat) | dependencies | minor | `2.1.0` -> `2.7.0` | --- ### Release Notes <details> <summary>celery/django-celery-beat (django-celery-beat)</summary> ### [`v2.7.0`](https://github.com/celery/django-celery-beat/blob/HEAD/Changelog#270) [Compare Source](https://github.com/celery/django-celery-beat/compare/v2.6.0...v2.7.0) \===== :release-date: 2024-08-21 :release-by: Christian Clauss ([@&#8203;cclauss](https://github.com/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: ``` ### [`v2.6.0`](https://github.com/celery/django-celery-beat/blob/HEAD/Changelog#260) [Compare Source](https://github.com/celery/django-celery-beat/compare/v2.5.0...v2.6.0) \===== :release-date: 2024-03-03 :release-by: Christian Clauss ([@&#8203;cclauss](https://github.com/cclauss)) - Avoid crash when can not get human readable description ([#&#8203;648](https://github.com/celery/django-celery-beat/issues/648)). - Update codeql-analysis.yml ([#&#8203;653](https://github.com/celery/django-celery-beat/issues/653)). - Fix CI: Change assert self.app.timezone.zone to assert self.app.timezone.key ([#&#8203;664](https://github.com/celery/django-celery-beat/issues/664)). - Drop Django 4.0 from CI to avoid security issues ([#&#8203;662](https://github.com/celery/django-celery-beat/issues/662)). - Fix Issue [#&#8203;388](https://github.com/celery/django-celery-beat/issues/388): Celery Beat scheduled tasks may be executed repeatedly ([#&#8203;660](https://github.com/celery/django-celery-beat/issues/660)). - Update README.rst ([#&#8203;670](https://github.com/celery/django-celery-beat/issues/670)). - Update runtime.txt to include Django 5.0 ([#&#8203;681](https://github.com/celery/django-celery-beat/issues/681)). - Replace case.patching fixture with mockeypatch + MagicMock ([#&#8203;692](https://github.com/celery/django-celery-beat/issues/692)). - Update README.rst - Crontab effect description ([#&#8203;689](https://github.com/celery/django-celery-beat/issues/689)). - Update supported Python & Django version in setup.py ([#&#8203;672](https://github.com/celery/django-celery-beat/issues/672)). - Add Python 3.12 to test matrix and add classifier ([#&#8203;690](https://github.com/celery/django-celery-beat/issues/690)). - Django v5.0: django.utils.timezone.utc alias --> datetime.timezone.utc ([#&#8203;703](https://github.com/celery/django-celery-beat/issues/703)). - Upgrade GitHub Actions and PyPy 3.10 and Django 5.0 ([#&#8203;699](https://github.com/celery/django-celery-beat/issues/699)). - Testing Django v5.0 on pypy-3.10-v7.3.14 passes ([#&#8203;705](https://github.com/celery/django-celery-beat/issues/705)). - Prepare for release v2.6.0 to support Py3.12 and Dj5.0 ([#&#8203;712](https://github.com/celery/django-celery-beat/issues/712)). - GitHub Actions: Do not hardcode an out-of-date version of PyPy ([#&#8203;715](https://github.com/celery/django-celery-beat/issues/715)). - Use the same order in the admin as in the cron schedule expression ([#&#8203;716](https://github.com/celery/django-celery-beat/issues/716)). - Upgrade pip and GitHub Actions dependencies with dependabot ([#&#8203;721](https://github.com/celery/django-celery-beat/issues/721)). - Bump github/codeql-action from 2 to 3 ([#&#8203;722](https://github.com/celery/django-celery-beat/issues/722)). - Bump actions/checkout from 3 to 4 ([#&#8203;723](https://github.com/celery/django-celery-beat/issues/723)). - Update pytest requirement from <8.0,>=6.2.5 to >=6.2.5,<9.0 ([#&#8203;724](https://github.com/celery/django-celery-beat/issues/724)). - Remove requirements/test-djangoXY.txt ([#&#8203;728](https://github.com/celery/django-celery-beat/issues/728)). - Remove code for unsupported django.VERSION < (3, 2) ([#&#8203;729](https://github.com/celery/django-celery-beat/issues/729)). - Added sphinxcontrib-django to extensions ([#&#8203;736](https://github.com/celery/django-celery-beat/issues/736)). .. \_version-2.5.0: ### [`v2.5.0`](https://github.com/celery/django-celery-beat/blob/HEAD/Changelog#250) [Compare Source](https://github.com/celery/django-celery-beat/compare/v2.4.0...v2.5.0) \===== :release-date: 2023-03-14 4:00 p.m. UTC+6:00 :release-by: Asif Saif Uddin - Prefetch_related on PeriodicTaskQuerySet.enabled ([#&#8203;608](https://github.com/celery/django-celery-beat/issues/608)). - Clarify month range ([#&#8203;615](https://github.com/celery/django-celery-beat/issues/615)). - Declare support for Django 4.2 & Python 3.11. - Adding human readable descriptions of crontab schedules ([#&#8203;622](https://github.com/celery/django-celery-beat/issues/622)). - Start time heap block fix ([#&#8203;636](https://github.com/celery/django-celery-beat/issues/636)). .. \_version-2.4.0: ### [`v2.4.0`](https://github.com/celery/django-celery-beat/blob/HEAD/Changelog#240) [Compare Source](https://github.com/celery/django-celery-beat/compare/v2.3.0...v2.4.0) \===== :release-date: 2022-10-19 7:15 p.m. UTC+6:00 :release-by: Asif Saif Uddin - Fixed error path for zh-Hans translate ([#&#8203;548](https://github.com/celery/django-celery-beat/issues/548)). - Django>=3.2,<4.2 ([#&#8203;567](https://github.com/celery/django-celery-beat/issues/567)). - fix: downgrade importlib-metadata<5.0 until celery 5.3.0 release. - Fixed signals can not connect to OneToOneField ([#&#8203;572](https://github.com/celery/django-celery-beat/issues/572)) ([#&#8203;573](https://github.com/celery/django-celery-beat/issues/573)). - Remove superseded ExtendedQuerySet as it's functionality is built in. - Wrapped fieldset labels of PeriodicTaskAdmin around gettext_lazy. - fix: update PeriodicTask from entry ([#&#8203;344](https://github.com/celery/django-celery-beat/issues/344)). .. \_version-2.3.0: ### [`v2.3.0`](https://github.com/celery/django-celery-beat/blob/HEAD/Changelog#230) [Compare Source](https://github.com/celery/django-celery-beat/compare/v2.2.1...v2.3.0) \===== :release-date: :release-by: - Admin "disable_tasks" action also updates PeriodicTask's last_run_at field - feat: add periodic_task_name in favor of celery/django-celery-results - Fix ClockedSchedule and PeriodicTasks showing UTC time when Time Zone - Change last_run_at=None when using disable tasks admin action ([#&#8203;501](https://github.com/celery/django-celery-beat/issues/501)) - fix the conflict with celery configuration ([#&#8203;525](https://github.com/celery/django-celery-beat/issues/525)) - A unit Test to make sure ClockedSchedule and PeriodicTasks are shown - Django 4.0 and Python 3.10 support ([#&#8203;528](https://github.com/celery/django-celery-beat/issues/528)) .. \_version-2.2.1: ### [`v2.2.1`](https://github.com/celery/django-celery-beat/blob/HEAD/Changelog#221) [Compare Source](https://github.com/celery/django-celery-beat/compare/v2.2.0...v2.2.1) \===== :release-date: 2021-07-02 11:15 a.m. UTC+6:00 :release-by: Asif Saif Uddin - Require celery>=5.0,<6.0 - Enable Django 3.2 CI and add default_auto_field - Fix locale in dir tree - Do not blindly delete duplicate schedules ([#&#8203;389](https://github.com/celery/django-celery-beat/issues/389)) - Use `python:3.8-slim` for lighter builds .. \_version-2.2.0: ### [`v2.2.0`](https://github.com/celery/django-celery-beat/blob/HEAD/Changelog#220) [Compare Source](https://github.com/celery/django-celery-beat/compare/v2.1.0...v2.2.0) \===== :release-date: 2021-01-19 2:30 p.m. UTC+6:00 :release-by: Asif Saif Uddin - Fixed compatibility with django-timezone-field>=4.1.0 - Fixed deprecation warnings: 'assertEquals' in tests. - Fixed SolarSchedule event choices i18n support. - Updated 'es' .po file metadata - Update 'fr' .po file metadata - New schema migrations for SolarSchedule events choices changes in models. .. \_version-2.1.0: </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kumi merged commit cc132a95bc into main 2025-04-06 20:09:47 +00:00
kumi deleted branch renovate/django-celery-beat-2.x-lockfile 2025-04-06 20:09:48 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PrivateCoffee/quackscape#76
No description provided.