Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
222914c039 [DEPENDABOT] Update: Bump djangorestframework from 3.15.2 to 3.16.0
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.16.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.0)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 16:48:02 +00:00

View File

@@ -1,6 +1,6 @@
# Django and REST framework # Django and REST framework
Django==5.1.6 Django==5.1.6
djangorestframework==3.15.2 djangorestframework==3.16.0
django-cors-headers==4.7.0 django-cors-headers==4.7.0
# Authentication # Authentication
@@ -33,7 +33,7 @@ pycountry==24.6.1
# Development # Development
black==25.1.0 black==25.1.0
flake8==7.1.1 flake8==7.1.1
pytest==8.3.5 pytest==8.3.4
pytest-django==4.10.0 pytest-django==4.10.0
# WebSocket Support # WebSocket Support