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/sponsors/pennersr) and [django-cors-headers](https://github.com/adamchainz/django-cors-headers). Updates `django` from 5.1.1 to 5.1.2 - [Commits](https://github.com/django/django/compare/5.1.1...5.1.2) Updates `django-allauth` from 65.0.2 to 65.1.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `django-cors-headers` from 4.4.0 to 4.5.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.4.0...4.5.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: django - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: django - dependency-name: django-cors-headers 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:
parent
b3b0e95d2d
commit
a15ee18874
2
Pipfile
2
Pipfile
@ -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 = "~=5.1.1"
|
||||
django = "~=5.1.2"
|
||||
django-allauth = {extras = ["socialaccount"], version = "*"}
|
||||
django-auditlog = "*"
|
||||
django-celery-results = "*"
|
||||
|
21
Pipfile.lock
generated
21
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "3b615d0801cbb9ede6809ff8ecdd1ce1166bfefbc9e87b6fbfd26518b3425ec9"
|
||||
"sha256": "f9983b43a39e73f01095a64454be993193aff61d0f61e98f3cd12495e2a1ca94"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {},
|
||||
@ -456,22 +456,23 @@
|
||||
},
|
||||
"django": {
|
||||
"hashes": [
|
||||
"sha256:021ffb7fdab3d2d388bc8c7c2434eb9c1f6f4d09e6119010bbb1694dda286bc2",
|
||||
"sha256:71603f27dac22a6533fb38d83072eea9ddb4017fead6f67f2562a40402d61c3f"
|
||||
"sha256:bd7376f90c99f96b643722eee676498706c9fd7dc759f55ebfaf2c08ebcdf4f0",
|
||||
"sha256:f11aa87ad8d5617171e3f77e1d5d16f004b79a2cf5d2e1d2b97a6a1f8e9ba5ed"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '3.10'",
|
||||
"version": "==5.1.1"
|
||||
"version": "==5.1.2"
|
||||
},
|
||||
"django-allauth": {
|
||||
"extras": [
|
||||
"socialaccount"
|
||||
],
|
||||
"hashes": [
|
||||
"sha256:6b5b3a7a65b1c28078b6eb0dd234310b58a44e8addfd187dc30437b0b2bc41a5"
|
||||
"sha256:ab2c32c51797bab1e7a334f37afa61ef4a88c6f13dfd7bd898a16e2b7e567ef0"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '3.8'",
|
||||
"version": "==65.0.2"
|
||||
"version": "==65.1.0"
|
||||
},
|
||||
"django-auditlog": {
|
||||
"hashes": [
|
||||
@ -500,12 +501,12 @@
|
||||
},
|
||||
"django-cors-headers": {
|
||||
"hashes": [
|
||||
"sha256:5c6e3b7fe870876a1efdfeb4f433782c3524078fa0dc9e0195f6706ce7a242f6",
|
||||
"sha256:92cf4633e22af67a230a1456cb1b7a02bb213d6536d2dcb2a4a24092ea9cebc2"
|
||||
"sha256:28c1ded847aa70208798de3e42422a782f427b8b720e8d7319d34b654b5978e6",
|
||||
"sha256:6c01a85cf1ec779a7bde621db853aa3ce5c065a5ba8e27df7a9f9e8dac310f4f"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '3.8'",
|
||||
"version": "==4.4.0"
|
||||
"markers": "python_version >= '3.9'",
|
||||
"version": "==4.5.0"
|
||||
},
|
||||
"django-extensions": {
|
||||
"hashes": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user