Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Update pyyaml to 5.2 #908

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pycparser==2.18 # via cffi
pydbus==0.6.0
pynacl==1.2.1 # via paramiko
python-dateutil==2.7.3 # via ruamel.yaml.convert
pyyaml==3.12
pyyaml==5.2
requests==2.19.1 # via layeredconfig
ruamel.std.argparse==0.8.1 # via ruamel.yaml.cmd
ruamel.yaml.cmd==0.4.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pytest-timeout==1.3.0
pytest==3.6.2
python-dateutil==2.7.3 # via freezegun
pytz==2018.5 # via babel
pyyaml==3.12
pyyaml==5.2
requests-mock==1.5.0
requests==2.19.1 # via coveralls, requests-mock, sphinx
rpyc==4.0.1 # via pystuck
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pytest-timeout==1.3.0
pytest==3.6.2
python-dateutil==2.7.3 # via freezegun
pytz==2018.5 # via babel
pyyaml==3.12
pyyaml==5.2
requests-mock==1.5.0
requests==2.19.1 # via coveralls, requests-mock, sphinx
rpyc==4.0.1 # via pystuck
Expand Down