Skip to content

Commit

Permalink
Bump pyyaml from 5.1 to 5.4
Browse files Browse the repository at this point in the history
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 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...5.4)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and grass-tx committed Jul 13, 2022
1 parent deefea4 commit d697dbc
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,4 +1,4 @@
PyYAML==5.1
PyYAML==5.4
django==1.11.29
mistune==0.7.3
polib==1.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
install_requires = [
'polib==1.0.3',
'mistune==0.7.3',
'PyYAML==5.1',
'PyYAML==5.4',
'pyparsing==2.2.0',
'lxml==4.6.2',
'beautifulsoup4==4.9.3',
Expand Down

0 comments on commit d697dbc

Please sign in to comment.