Skip to content

chore(deps): bump the django group in /backend with 5 updates#98

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/django-894715c2e0
Open

chore(deps): bump the django group in /backend with 5 updates#98
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/django-894715c2e0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Updates the requirements on django, django-ninja, django-allauth, django-celery-beat and django-cors-headers to permit the latest version.
Updates django to 6.0.5

Commits
  • 8f8ad09 [6.0.x] Bumped version for 6.0.5 release.
  • 44ad76e [6.0.x] Fixed CVE-2026-6907 -- Prevented caching of requests when Vary header...
  • 1b0184a [6.0.x] Fixed CVE-2026-35192 -- Ensured Vary header is sent when setting sess...
  • ad8f9e1 [6.0.x] Fixed CVE-2026-5766 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE in Memory...
  • 990ab01 [6.0.x] Fixed #37039 -- Removed outdated note from QuerySet.iterator() docs.
  • f0c269f [6.0.x] Fixed typo in stub release notes for 5.2.14.
  • 8bcd15b [6.0.x] Fixed #37067 -- Added trailing slash in django_file_prefixes().
  • 3cdec64 [6.0.x] Refs CVE-2026-25674 -- Clarified role of umask in upload permissions.
  • 5dd5c70 [6.0.x] Added stub release notes and release date for 6.0.5 and 5.2.14.
  • 8ee7341 [6.0.x] Refs #373, #34122 -- Removed warning that ForeignObject is an interna...
  • Additional commits viewable in compare view

Updates django-ninja to 1.6.2

Release notes

Sourced from django-ninja's releases.

1.6.2

What's Changed

New Contributors

Full Changelog: vitalik/django-ninja@v1.6.1...v1.6.2

Commits

Updates django-allauth to 65.16.1

Commits

Updates django-celery-beat to 2.9.0

Release notes

Sourced from django-celery-beat's releases.

v2.9.0

What's Changed



... (truncated)

Changelog

Sourced from django-celery-beat's changelog.

2.9.0

:release-date: 2026-02-24 :release-by: Asif Saif Uddin (@​auvipy)

  • Added DeepWiki to README
  • refactor: use in operator instead of regex operator in crontab query to fix mssql regression
  • refactor: tzaware crontab is due method
  • feat: enable translation to PeriodicTaskInline verbose name
  • Remove Python2 'next' assignment in scheduler
  • Avoid the breaking change in dependency cron_descriptor v2
  • GitHub Actions: Test on Python 3.14 release candidate 2
  • Remove upper bound on Django version
  • Add Django 6.0 support

.. _version-2.8.1:

2.8.1

:release-date: 2025-05-13 :release-by: Asif Saif Uddin (@​auvipy)

  • Fixed regression by big code refactoring.

.. _version-2.8.0:

2.8.0

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

  • 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).
  • Fix for missing periodic task name in results (#812).
  • refactor(db-scheduler): optimize all_as_schedule query (#835).
  • feat(admin): add task field to search_fields.
  • Fix the time calculation problem caused by start_time (#844).
  • Added Python 3.13 support.

.. _version-2.7.0:

2.7.0

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

... (truncated)

Commits

Updates django-cors-headers to 4.9.0

Changelog

Sourced from django-cors-headers's changelog.

4.9.0 (2025-09-18)

  • Support Django 6.0.

4.8.0 (2025-09-08)

  • Support Python 3.14.

4.7.0 (2025-02-06)

  • Support Django 5.2.

4.6.0 (2024-10-29)

  • Drop Django 3.2 to 4.1 support.

4.5.0 (2024-10-12)

  • Drop Python 3.8 support.

  • Support Python 3.13.

4.4.0 (2024-06-19)

  • Support Django 5.1.

4.3.1 (2023-11-14)

  • Fixed ASGI compatibility on Python 3.12.

    Thanks to Adrian Capitanu for the report in Issue [#908](https://github.com/adamchainz/django-cors-headers/issues/908) <https://github.com/adamchainz/django-cors-headers/issues/908>__ and Rooyal in PR [#911](https://github.com/adamchainz/django-cors-headers/issues/911) <https://github.com/adamchainz/django-cors-headers/pull/911>__.

4.3.0 (2023-10-11)

  • Avoid adding the access-control-allow-credentials header to unallowed responses.

    Thanks to Adam Romanek in PR [#888](https://github.com/adamchainz/django-cors-headers/issues/888) <https://github.com/adamchainz/django-cors-headers/pull/888>__.

  • Support Django 5.0.

4.2.0 (2023-07-10)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Updates the requirements on [django](https://github.com/django/django), [django-ninja](https://github.com/vitalik/django-ninja), [django-allauth](https://github.com/sponsors/pennersr), [django-celery-beat](https://github.com/celery/django-celery-beat) and [django-cors-headers](https://github.com/adamchainz/django-cors-headers) to permit the latest version.

Updates `django` to 6.0.5
- [Commits](django/django@5.1...6.0.5)

Updates `django-ninja` to 1.6.2
- [Release notes](https://github.com/vitalik/django-ninja/releases)
- [Commits](vitalik/django-ninja@v1.3.0...v1.6.2)

Updates `django-allauth` to 65.16.1
- [Commits](https://github.com/sponsors/pennersr/commits)

Updates `django-celery-beat` to 2.9.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.7.0...v2.9.0)

Updates `django-cors-headers` to 4.9.0
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@4.4.0...4.9.0)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 6.0.5
  dependency-type: direct:production
  dependency-group: django
- dependency-name: django-ninja
  dependency-version: 1.6.2
  dependency-type: direct:production
  dependency-group: django
- dependency-name: django-allauth
  dependency-version: 65.16.1
  dependency-type: direct:production
  dependency-group: django
- dependency-name: django-celery-beat
  dependency-version: 2.9.0
  dependency-type: direct:production
  dependency-group: django
- dependency-name: django-cors-headers
  dependency-version: 4.9.0
  dependency-type: direct:production
  dependency-group: django
...

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 May 6, 2026
@dependabot dependabot Bot requested a review from grapergrape as a code owner May 6, 2026 17:50
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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