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

Commit

Permalink
0.1.3: Update PyYAML to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol committed Apr 1, 2019
1 parent 20ec30d commit a844e02
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 82 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python_version = "3.5"

[packages]
furl = "==2.0.0"
pyyaml = "==3.13"
pyyaml = ">=5.1,<6"
requests = "==2.20.0"
werkzeug = "==0.14.1"

Expand Down
156 changes: 79 additions & 77 deletions Pipfile.lock

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

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
certifi==2018.10.15 --hash=sha256:a5471c55b011bd45d6155f5c3629310c1d2f1e1a5a899b7e438a223343de583d
certifi==2019.3.9 --hash=sha256:c853c417cf219b632463f6c2b6c8c6dd019604629fa64edc4f6a2eab3562b787
chardet==3.0.4 --hash=sha256:9f178988ca4c86e8a319b51aac1185b6fe5192328eb5a163c286f4bf50b7b3d8
furl==2.0.0 --hash=sha256:cc0eb8998dcc7c5b58bc8625891a9ff563e2765e112024fa3d1e3521481de8b6
idna==2.7 --hash=sha256:954e65e127d0433a352981f43f291a438423d5b385ebf643c70fd740e0634111
orderedmultidict==1.0 --hash=sha256:25489716d76d2cc8aa656bfb00cd40b6ca29d5e11ccde0db60c2b46ad52bb40a
pyyaml==3.13 --hash=sha256:59fa6f097310e25248d5aa1d7b7e619ea22dfaada67e9c65262457b3e5b3a5c8
pyyaml==5.1 --hash=sha256:7645d962897fc1fb04d884af00b8553d64286d6f2fa221a4b38d2f3519a92d7b
requests==2.20.0 --hash=sha256:2a539dd6af40a611f3b8eb3f99d3567781352ece1698b2fab42bf4c2218705b5
six==1.11.0 --hash=sha256:4663c7a1dbed033cfb294f2d534bd6151c0698dc12ecabb4eaa3cb041d758528
six==1.12.0 --hash=sha256:015858cb76044634fe51dc1b729c6bff9550f206971844748a95359fdf42d9a0
urllib3==1.24.1 --hash=sha256:ac4755b0ae019d670d5fb420c39cb531389ab6ca8b652e12f56259f5cbc0ce21
werkzeug==0.14.1 --hash=sha256:177ea4248bf0475cbc060edb35a0bdcf6e6daeac9e1296de5ddb3493e5ec15b9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="securedrop-proxy",
version="0.1.2",
version="0.1.3",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Qubes proxy service",
Expand Down

0 comments on commit a844e02

Please sign in to comment.