Skip to content

Commit

Permalink
bump pyyaml (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfiola authored Dec 4, 2023
1 parent 832b67f commit 6e61e5e
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 ~= 1.0.2",
"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==1.0.2
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 6e61e5e

Please sign in to comment.