Skip to content

Commit

Permalink
bump pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfiola committed Dec 4, 2023
1 parent 57a5728 commit 6ab81ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"locust-influxdb-listener ~= 0.0.9",
"pytest ~= 6.2.5",
"termcolor ~= 1.1.0",
"pyyaml ~= 5.3.1",
"pyyaml >= 5.4.1",
"tag-matcher ~= 0.0.5"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ influxdb==5.3.1
locust==2.12.2
locust-influxdb-listener==0.0.9
pytest>=6.2.5
pyyaml==5.3.1
pyyaml>=5.4.1
tag-matcher==0.0.5
termcolor==1.1.0

Expand Down

0 comments on commit 6ab81ac

Please sign in to comment.