From d58d150117bfc57b947a9c0eb051fc3a67ffd20e Mon Sep 17 00:00:00 2001
From: Elke Kreim <elke.kreim@hs-hannover.de>
Date: Wed, 13 Feb 2019 09:58:25 +0100
Subject: [PATCH] Update watchdog, jsmin, libsass in requirements.txt and
 setup.py

---
 requirements.txt | 6 +++---
 setup.py         | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 2834dd1f..64bdb735 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-libsass==0.11.2
-jsmin==2.2.1
-watchdog==0.8.3
+libsass==0.17.0
+jsmin==2.2.2
+watchdog==0.9.0
diff --git a/setup.py b/setup.py
index aa44d6e1..a43ef9c3 100644
--- a/setup.py
+++ b/setup.py
@@ -18,9 +18,9 @@ setup(
     author_email='tim.fechner@hs-hannover.de',
     zip_safe=False,
     install_requires=[
-        'libsass==0.11.2',
-        'jsmin==2.2.1',
-        'watchdog==0.8.3'
+        'libsass==0.17.0',
+        'jsmin==2.2.2',
+        'watchdog==0.9.0'
     ],
     classifiers=[
         'Environment :: Web Environment',
-- 
GitLab