Browse Source

Python/django Fix reported vulnerabilities (#4087)

Nate 6 years ago
parent
commit
aeb32d0d23

+ 1 - 1
frameworks/Python/django/requirements.txt

@@ -1,4 +1,4 @@
-Django==1.11.9
+Django==1.11.10
 greenlet==0.4.14
 gunicorn==19.9.0
 meinheld==0.6.1

+ 1 - 1
frameworks/Python/django/requirements_py3.txt

@@ -1,4 +1,4 @@
-Django==2.0.1
+Django==2.0.2
 greenlet==0.4.14
 gunicorn==19.9.0
 meinheld==0.6.1