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

Commit

Permalink
Try to update just PyYAML.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol committed Apr 12, 2019
1 parent cb7acd3 commit 717ca89
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -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
Expand Up @@ -9,6 +9,7 @@ python_version = "3.5"
[packages]
requests = "*"
urllib3 = "*"
pyyaml = ">=5.1,<6"

[dev-packages]
coverage = "*"
Expand Down
19 changes: 18 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="securedrop-sdk",
version="0.0.6",
version="0.0.7",
author="Kushal Das",
author_email="kushal@freedom.press",
description="Python client API to access SecureDrop Journalist REST API",
Expand Down

0 comments on commit 717ca89

Please sign in to comment.