2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-21 06:16:29 +00:00

Merge pull request #1414 from inventree/dependabot/pip/djangorestframework-3.11.2

Bump djangorestframework from 3.10.3 to 3.11.2
This commit is contained in:
Oliver
2021-03-25 17:29:43 +11:00
committed by GitHub

View File

@ -1,7 +1,7 @@
wheel>=0.34.2 # Wheel
Django==3.0.7 # Django package
pillow==8.1.1 # Image manipulation
djangorestframework==3.10.3 # DRF framework
djangorestframework==3.11.2 # DRF framework
django-dbbackup==3.3.0 # Database backup / restore functionality
django-cors-headers==3.2.0 # CORS headers extension for DRF
django_filter==2.2.0 # Extended filtering options