Skip to content

Commit

Permalink
Bump pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ollandos committed Aug 8, 2023
1 parent cc14b88 commit d59bb63
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 d59bb63

Please sign in to comment.