Chore(deps): Bump the django group with 3 updates

Bumps the django group with 3 updates: [django](https://github.com/django/django), [django-allauth](https://github.com/pennersr/django-allauth) and [django-filter](https://github.com/carltongibson/django-filter).


Updates `django` from 4.2.14 to 5.0.7
- [Commits](https://github.com/django/django/compare/4.2.14...5.0.7)

Updates `django-allauth` from 0.63.6 to 64.0.0
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](https://github.com/pennersr/django-allauth/compare/0.63.6...64.0.0)

Updates `django-filter` from 24.2 to 24.3
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](https://github.com/carltongibson/django-filter/compare/24.2...24.3)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django
- dependency-name: django-allauth
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django
- dependency-name: django-filter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-05 20:31:10 +00:00
committed by GitHub
parent 38560cf13a
commit 07d7ceac0b
2 changed files with 13 additions and 13 deletions

View File

@@ -7,14 +7,14 @@ name = "pypi"
dateparser = "~=1.2"
# WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes.
django = "~=4.2.14"
django = "~=5.0.7"
django-allauth = {extras = ["socialaccount"], version = "*"}
django-auditlog = "*"
django-celery-results = "*"
django-compression-middleware = "*"
django-cors-headers = "*"
django-extensions = "*"
django-filter = "~=24.2"
django-filter = "~=24.3"
django-guardian = "*"
django-multiselectfield = "*"
django-soft-delete = "*"