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

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


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.3 to 0.63.6
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](https://github.com/pennersr/django-allauth/compare/0.63.3...0.63.6)

---
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-patch
  dependency-group: django
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-15 20:13:01 +00:00
committed by GitHub
parent b3813778b2
commit 1243db5f7b
2 changed files with 12 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ 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 = "*"