Skip to content

Commit 5076ad3

Browse files
authored
Merge pull request #103 from tschanzt/pyyaml_issues
Pin pyyaml to latest 4.x
2 parents 7149dd8 + fbf52d9 commit 5076ad3

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

10.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mako==1.0.4
1010
MarkupSafe==0.23
1111
Pillow==3.4.1
1212
Python-Chart==1.39
13-
PyYAML>=4.2b1
13+
PyYAML==4.2b4
1414
Werkzeug==0.11.11
1515
chardet==3.0.4
1616
colorama==0.3.9

11.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pyserial==3.1.1
3434
python-dateutil==2.5.3
3535
pytz==2016.7
3636
pyusb==1.0.0
37-
PyYAML>=4.2b1
37+
PyYAML==4.2b4
3838
qrcode==5.3
3939
reportlab==3.3.0
4040
requests==2.20.0

12.0/base_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,5 @@ ptyprocess==0.5.2
8181
py==1.5.3
8282
pycodestyle==2.3.1
8383
pyflakes==1.6.0
84-
PyYAML>=4.2b1
8584
unicodecsv==0.14.1
8685
wrapt==1.10.11

9.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mako==1.0.4
1010
MarkupSafe==0.23
1111
Pillow==3.4.2
1212
Python-Chart==1.39
13-
PyYAML>=4.2b1
13+
PyYAML==4.2b4
1414
Werkzeug==0.11.11
1515
chardet==3.0.4
1616
colorama==0.3.9

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Unreleased
3030

3131
**Build**
3232

33+
* Pin PyYAML to 4.2b4
34+
3335
**Documentation**
3436

3537

0 commit comments

Comments
 (0)