Skip to content

Commit

Permalink
Bump PyYAML to 4.2b1 (close #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats committed Mar 4, 2019
1 parent dca3a87 commit 59f3b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
requests[security]==2.11.1
pyyaml==3.12
pyyaml==4.2b1
jinja2==2.8
boto3==1.4.1
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,7 @@
],
install_requires=[
"requests[security]==2.11.1",
"pyyaml==3.12",
"pyyaml==4.2b1",
"jinja2==2.8",
"boto3==1.4.1"
],
Expand Down

0 comments on commit 59f3b70

Please sign in to comment.