Skip to content

Commit

Permalink
fix: backend_app/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGORESTFRAMEWORK-7252137
  • Loading branch information
snyk-bot committed Jun 26, 2024
1 parent 4adcca1 commit e4dec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ django-organizations==1.1.2
django-simple-history==2.12.0
django-timezone-field==4.0
django-webpack-loader==0.6.0
djangorestframework==3.12.2
djangorestframework==3.15.2
djangorestframework-simplejwt==4.4.0
drf-yasg==1.20.0
future==0.18.2
Expand Down

0 comments on commit e4dec35

Please sign in to comment.