Skip to content

Commit

Permalink
fix: upgrade pyyaml to fix requirements (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Aug 2, 2023
1 parent 79e819c commit fa3f8a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pytz==2023.3
# -r requirements/test.txt
# babel
# django
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pytz==2023.3
# via
# -r requirements/test.txt
# django
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pytz==2023.3
# via
# -r requirements/base.txt
# django
pyyaml==6.0
pyyaml==6.0.1
# via code-annotations
sqlparse==0.4.4
# via
Expand Down

0 comments on commit fa3f8a4

Please sign in to comment.