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

Bumps the django group with 2 updates: [django-auditlog](https://github.com/jazzband/django-auditlog) and [djangorestframework](https://github.com/encode/django-rest-framework).


Updates `django-auditlog` from 2.3.0 to 3.0.0
- [Release notes](https://github.com/jazzband/django-auditlog/releases)
- [Changelog](https://github.com/jazzband/django-auditlog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jazzband/django-auditlog/compare/v2.3.0...v3.0.0)

Updates `djangorestframework` from 3.14.0 to 3.15.1
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.1)

---
updated-dependencies:
- dependency-name: django-auditlog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django
- dependency-name: djangorestframework
  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:
dependabot[bot]
2024-04-22 20:10:26 +00:00
committed by GitHub
parent e40893e74f
commit ae25995516
2 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ django-extensions = "*"
django-filter = "~=24.2"
django-guardian = "*"
django-multiselectfield = "*"
djangorestframework = "==3.14.0"
djangorestframework = "==3.15.1"
djangorestframework-guardian = "*"
drf-writable-nested = "*"
bleach = "*"