Skip to content

Commit fdc5842

Browse files
author
wallacbe
authored
update six and PyYAML (#952)
1 parent 1dbd050 commit fdc5842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ def run(self):
133133
'mutablerecords>=0.4.1,<2.0',
134134
'oauth2client>=1.5.2,<2.0',
135135
'protobuf>=3.6.0,<4.0',
136-
'PyYAML>=3.13,<4.0',
136+
'PyYAML>=3.13',
137137
'pyOpenSSL>=17.1.0,<18.0',
138138
'sockjs-tornado>=1.0.3,<2.0',
139139
'tornado>=4.3,<5.0',
140-
'six>=1.12.0',
140+
'six>=1.13.0',
141141
]
142142

143143

0 commit comments

Comments
 (0)