Skip to content

Commit

Permalink
Merge pull request #62 from coreruleset/dependabot/pip/pyyaml-5.4
Browse files Browse the repository at this point in the history
Bump pyyaml from 4.2b1 to 5.4
  • Loading branch information
fzipi committed Mar 26, 2021
2 parents 614b248 + cc23968 commit 2bcb2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Brotli==1.0.7
IPy==0.83
PyYAML==4.2b1
PyYAML==5.4
pytest==4.6
python-dateutil==2.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
install_requires=[
'Brotli==1.0.7',
'IPy==0.83',
'PyYAML==4.2b1',
'PyYAML==5.4',
'pytest==4.6',
'python-dateutil==2.6.0'
],
Expand Down

0 comments on commit 2bcb2f5

Please sign in to comment.