Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
0.0.7: Update PyYAML to 5.1 or better
Browse files Browse the repository at this point in the history
Fixes #52.
  • Loading branch information
rmol committed Apr 12, 2019
1 parent cb7acd3 commit e10c39d
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 163 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.0.7
-----

* Update PyYAML dependency to 5.1

0.0.6
-----

Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python_version = "3.5"
[packages]
requests = "*"
urllib3 = "*"
pyyaml = ">=5.1,<6"

[dev-packages]
coverage = "*"
Expand Down
Loading

0 comments on commit e10c39d

Please sign in to comment.