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.15 to 5.1
- [Commits](https://github.com/django/django/compare/4.2.15...5.1)

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

---
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-08-26 20:26:42 +00:00 committed by GitHub
parent a0c227fe55
commit fe64f813cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@ name = "pypi"
dateparser = "~=1.2" dateparser = "~=1.2"
# WARNING: django does not use semver. # WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes. # Only patch versions are guaranteed to not introduce breaking changes.
django = "~=4.2.15" django = "~=5.1"
django-allauth = {extras = ["socialaccount"], version = "*"} django-allauth = {extras = ["socialaccount"], version = "*"}
django-auditlog = "*" django-auditlog = "*"
django-celery-results = "*" django-celery-results = "*"

16
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "0cbc2f533abcee1d3bb6419c9fae2f1655425731eb037e0132f4525efad892a9" "sha256": "20cd2b20f848b9867eac726fcabcefadd5d62f05dc33dae9fd52ad830200d01f"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": {}, "requires": {},
@ -454,23 +454,23 @@
}, },
"django": { "django": {
"hashes": [ "hashes": [
"sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30", "sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d",
"sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a" "sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557"
], ],
"index": "pypi", "index": "pypi",
"markers": "python_version >= '3.8'", "markers": "python_version >= '3.10'",
"version": "==4.2.15" "version": "==5.1"
}, },
"django-allauth": { "django-allauth": {
"extras": [ "extras": [
"socialaccount" "socialaccount"
], ],
"hashes": [ "hashes": [
"sha256:f15f49defb09e0604dad5214e53a69a1f723cb03176bb115c8930bcd19b91749" "sha256:713bfc410021140aefae0f04eeaac5d50ebedad7abaf43174670a9ec002c595c"
], ],
"index": "pypi", "index": "pypi",
"markers": "python_version >= '3.7'", "markers": "python_version >= '3.8'",
"version": "==0.63.6" "version": "==64.1.0"
}, },
"django-auditlog": { "django-auditlog": {
"hashes": [ "hashes": [