Skip to content

Commit

Permalink
Bump pyyaml from 5.1.2 to 5.4 (#96)
Browse files Browse the repository at this point in the history
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.1.2...5.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2021
1 parent 9471ae5 commit 7ee60cc
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
Expand Up @@ -2,7 +2,7 @@ setuptools>=42
pip>=19.0.3
requests==2.22.0
configparser==4.0.2
pyyaml==5.1.2
pyyaml==5.4
jsonschema[format_nongpl]==3.2.0
git+https://github.com/crossnox/m2r@dev#egg=m2r
boto3>=1.16.57
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
requirements = [
'requests>=2.18',
'configparser>=4.0.2',
'pyyaml==5.1.2',
'pyyaml==5.4',
'jsonschema[format_nongpl]==3.2.0',
'm2r==0.2.1',
'boto3>=1.16.57',
Expand Down

0 comments on commit 7ee60cc

Please sign in to comment.