Skip to content

Commit

Permalink
Bump minimum required version of PyYAML (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Oct 12, 2022
1 parent 6d7c60a commit b0fa9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "1.1.1"
__version__ = "1.1.2"

with open("README.md") as f:
long_description = f.read()
Expand All @@ -25,7 +25,7 @@
"botocore>=1.12.23,<2.0",
"humanize>=0.5.1,<0.6",
"psycopg2>=2.7.5,<3.0",
"PyYAML>=3.13,<4.0",
"PyYAML>=5.4,<6.0",
"tqdm>=4.26.0,<5.0",
"Twisted",
],
Expand Down

0 comments on commit b0fa9bb

Please sign in to comment.