Skip to content

Commit

Permalink
Merge pull request #34 from ausgerechnet/v0.9.15-dev
Browse files Browse the repository at this point in the history
fix security issue with pyyaml
  • Loading branch information
ausgerechnet authored Apr 14, 2021
2 parents 0c3d246 + ac9c5a1 commit 5ade791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ pandas = "==1.2.0"
numexpr = "==2.7.1"
Bottleneck = "==1.3.2"
unidecode = "==1.1.1"
pyyaml = "==5.3.1"
pyyaml = "==5.4.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"numexpr>=2.7.1",
"Bottleneck>=1.3.2",
"unidecode>=1.1.1",
"pyyaml>=5.3.1"
"pyyaml>=5.4.1"
],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 5ade791

Please sign in to comment.