summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index e8608f4..95cafd8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ Jinja2==2.10.3
MarkupSafe==1.0
path.py==11.0.1
pathtools==0.1.2
-PyYAML==5.1
+PyYAML==5.4
six==1.11.0
typing==3.6.4
watchdog==0.8.3
diff --git a/setup.py b/setup.py
index 0a17df9..b935457 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
'antlr4-python3-runtime==4.7.1',
'jinja2==2.10.3',
'path.py==11.0.1',
- 'pyyaml==5.1',
+ 'pyyaml==5.4',
'typing==3.6.4',
'watchdog==0.8.3',
'six==1.11.0',