Skip to content

Commit 3e3baa8

Browse files
[add] Fixing pyYAML deps (#54)
1 parent f23b88d commit 3e3baa8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisbench-admin"
3-
version = "0.1.50"
3+
version = "0.1.51"
44
description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )."
55
authors = ["filipecosta90 <[email protected]>"]
66
readme = "README.md"
@@ -27,7 +27,7 @@ jsonpath_ng = "^1.5.2"
2727
pysftp = "^0.2.9"
2828
python_terraform = "^0.10.1"
2929
GitPython = "^3.1.12"
30-
PyYAML = "^5.4.1"
30+
PyYAML = "^5.4.0"
3131
numpy = "^1.15.4"
3232

3333
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)