mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 01:31:09 -06:00
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.5 to 5.1.6 - [Commits](https://github.com/django/django/compare/5.1.5...5.1.6) Updates `django-allauth` from 65.3.1 to 65.4.1 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `django-cors-headers` from 4.6.0 to 4.7.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.6.0...4.7.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:
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.5"
|
||||
django = "~=5.1.6"
|
||||
django-allauth = {extras = ["mfa", "socialaccount"], version = "*"}
|
||||
django-auditlog = "*"
|
||||
django-celery-results = "*"
|
||||
|
||||
Reference in New Issue
Block a user