diff --git a/build/reqpacks/build b/build/reqpacks/build index 4e4dcdb..ac32b3a 100755 --- a/build/reqpacks/build +++ b/build/reqpacks/build @@ -27,7 +27,7 @@ if [[ -z $GEARS_VERSION ]]; then if [[ $RGSYNC_VERSION == 99.99.99 ]]; then GEARS_VERSION=master else - GEARS_VERSION=1.0.7 + GEARS_VERSION=1.0.9 fi fi diff --git a/pyproject.toml b/pyproject.toml index ee4cd20..7fc1d7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rgsync" -version = "1.1.3" +version = "1.1.4" description = "RedisGears synchronization recipe" keywords = ["redis", "redisgears", "writebehind"] authors = ["Redis OSS "] @@ -25,7 +25,7 @@ classifiers = [ python = "^3.6.2" redis = "3.5.3" SQLAlchemy = "1.3.24" -pymongo = "^3.12.0" # located here, because it achieves the same goal as sqlalchemy +pymongo = "4.0.1" # located here, because it achieves the same goal as sqlalchemy [tool.poetry.dev-dependencies] flake8 = "^3.9.2"