Skip to content
This repository has been archived by the owner on Feb 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #12 from grafana/fix-cves
Browse files Browse the repository at this point in the history
[feat] Update dependancies to fix reported CVEs
  • Loading branch information
DefCon-007 authored Dec 7, 2023
2 parents 149674e + c0c4d5d commit f829fa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devenv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.5-alpine
FROM python:3.11-alpine

EXPOSE 80
ENV PYTHONUNBUFFERED 1
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Django==3.1.5
Django==3.1.14

channels==3.0.3
djangorestframework==3.12.4
dateutils==0.6.6
djangorestframework-simplejwt==4.7.0
mysqlclient==1.4.2

boto3==1.12.15
urllib3==1.26.18
wheel==0.38.1
setuptools==65.5.1
boto3==1.26

daphne==3.0.2
gunicorn==20.1.0

0 comments on commit f829fa4

Please sign in to comment.