Skip to content

Commit 7899161

Browse files
Bump pyyaml from 5.1 to 5.4
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]>
1 parent 176a6f2 commit 7899161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PyYAML==5.1
1+
PyYAML==5.4
22
django==1.11.29
33
mistune==0.7.3
44
polib==1.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
install_requires = [
77
'polib==1.0.3',
88
'mistune==0.7.3',
9-
'PyYAML==5.1',
9+
'PyYAML==5.4',
1010
'pyparsing==2.2.0',
1111
'lxml==4.6.2',
1212
'beautifulsoup4==4.9.3',

0 commit comments

Comments
 (0)