Skip to content

Commit b0fa9bb

Browse files
author
David Robertson
authored
Bump minimum required version of PyYAML (#81)
1 parent 6d7c60a commit b0fa9bb

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
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = "1.1.1"
3+
__version__ = "1.1.2"
44

55
with open("README.md") as f:
66
long_description = f.read()
@@ -25,7 +25,7 @@
2525
"botocore>=1.12.23,<2.0",
2626
"humanize>=0.5.1,<0.6",
2727
"psycopg2>=2.7.5,<3.0",
28-
"PyYAML>=3.13,<4.0",
28+
"PyYAML>=5.4,<6.0",
2929
"tqdm>=4.26.0,<5.0",
3030
"Twisted",
3131
],

0 commit comments

Comments
 (0)