Skip to content

Commit

Permalink
redis pin, and new version (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Nov 18, 2021
1 parent 9e58ce9 commit 2824c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redisgraph-bulk-loader"
version = "0.9.14"
version = "0.9.15"
description = "RedisGraph Bulk Import Tool"
authors = ["Redis Inc <oss@redis.com>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -30,7 +30,7 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader"
[tool.poetry.dependencies]
python = "^3.8.5"
click = "^8.0.1"
redis = "^3.5.3"
redis = "3.5.3"
pathos = "^0.2.8"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 2824c35

Please sign in to comment.