Skip to content

Commit

Permalink
Fix security issue pointed out by GH (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Jan 27, 2019
1 parent 10d77f6 commit 4e83986
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 59 deletions.
6 changes: 5 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ pyparsing = "*"
Pygments = "*"
breathe = "*"
matplotlib = "*"
PyYAML = "*"
pyyaml = ">=4.2b1"
recommonmark = "*"
Sphinx = "*"
sphinx_rtd_theme = "*"
sphinxcontrib-bibtex = "*"
yapf = "*"
fprettify = "*"

[pipenv]

allow_prereleases = true
105 changes: 47 additions & 58 deletions Pipfile.lock

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

0 comments on commit 4e83986

Please sign in to comment.