Skip to content

Commit 4e83986

Browse files
committed
Fix security issue pointed out by GH (#173)
1 parent 10d77f6 commit 4e83986

File tree

2 files changed

+52
-59
lines changed

2 files changed

+52
-59
lines changed

Pipfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ pyparsing = "*"
1515
Pygments = "*"
1616
breathe = "*"
1717
matplotlib = "*"
18-
PyYAML = "*"
18+
pyyaml = ">=4.2b1"
1919
recommonmark = "*"
2020
Sphinx = "*"
2121
sphinx_rtd_theme = "*"
2222
sphinxcontrib-bibtex = "*"
2323
yapf = "*"
2424
fprettify = "*"
25+
26+
[pipenv]
27+
28+
allow_prereleases = true

Pipfile.lock

Lines changed: 47 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)