mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Security patch for django
This commit is contained in:
parent
d9fcdf8253
commit
27c807492d
@ -1,5 +1,5 @@
|
||||
# Please keep this list sorted
|
||||
Django==3.2.12 # Django package
|
||||
Django==3.2.13 # Django package
|
||||
bleach==4.1.0 # HTML santization
|
||||
certifi # Certifi is (most likely) installed through one of the requirements above
|
||||
coreapi==2.3.0 # API documentation
|
||||
@ -12,7 +12,7 @@ django-allauth-2fa==0.8 # MFA / 2FA
|
||||
django-cleanup==5.1.0 # Manage deletion of old / unused uploaded files
|
||||
django-cors-headers==3.2.0 # CORS headers extension for DRF
|
||||
django-crispy-forms==1.11.2 # Form helpers
|
||||
django-debug-toolbar==2.2 # Debug / profiling toolbar
|
||||
django-debug-toolbar==3.2.4 # Debug / profiling toolbar
|
||||
django-error-report==0.2.0 # Error report viewer for the admin interface
|
||||
django-filter==2.4.0 # Extended filtering options
|
||||
django-formtools==2.3 # Form wizard tools
|
||||
|
Loading…
Reference in New Issue
Block a user