Skip to content

Commit 990d6d6

Browse files
authored
Merge pull request #306 from transifex/bump-pyyaml
Bump pyyaml
2 parents cc14b88 + d59bb63 commit 990d6d6

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.4
1+
PyYAML==5.4.1
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.4",
9+
"PyYAML==5.4.1",
1010
"pyparsing==2.2.0",
1111
"lxml==4.6.2",
1212
"beautifulsoup4==4.9.3",

0 commit comments

Comments
 (0)