diff --git a/pyproject.toml b/pyproject.toml index 3beea59..8219f0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "Pluggable client for easy and intuitive work with the Redis datab readme = "README.md" license = "MIT" dependencies = [ - "redis==8.0.0" + "redis==8.0.1" ] requires-python = ">=3.11" keywords = ["redis", "lua", "PnP"]