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/sponsors/pennersr).


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

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

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-23 20:56:32 +00:00
committed by GitHub
parent eb64cc3c1b
commit 295b2fe839
2 changed files with 9 additions and 8 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.15"
django = "~=5.1.1"
django-allauth = {extras = ["socialaccount"], version = "*"}
django-auditlog = "*"
django-celery-results = "*"