Skip to content

Commit

Permalink
Merge pull request #306 from transifex/bump-pyyaml
Browse files Browse the repository at this point in the history
Bump pyyaml
  • Loading branch information
ollandos authored Aug 8, 2023
2 parents cc14b88 + d59bb63 commit 990d6d6
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.4
PyYAML==5.4.1
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.4",
"PyYAML==5.4.1",
"pyparsing==2.2.0",
"lxml==4.6.2",
"beautifulsoup4==4.9.3",
Expand Down

0 comments on commit 990d6d6

Please sign in to comment.