Skip to content

Commit

Permalink
Resolve github PyYAML insecure warning (#753)
Browse files Browse the repository at this point in the history
* Resolve github PyYAML insecure warning

Related to yaml/pyyaml#243

Change-Id: I4c8db7d25568f2afd48ebb1a393dd92f3773b35e

* Update requirements-dev.txt
  • Loading branch information
ssbarnea committed Feb 28, 2019
1 parent bdee182 commit af39e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -14,7 +14,7 @@ pytest-instafail
pytest-timeout>=1.3.1
pytest-xdist>=1.14
pytest>=2.9.1,<5.0 # MIT
PyYAML>=3.13 # MIT
PyYAML>=5.1b3 # MIT
requests_mock # Apache-2
requires.io # UNKNOWN!!!
tenacity # Apache-2
Expand Down

0 comments on commit af39e84

Please sign in to comment.