From a5290aec652cf697d23cf007cb054ea9be8c31ee Mon Sep 17 00:00:00 2001 From: Benjamin Ramser Date: Tue, 5 Sep 2023 08:31:39 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20redis=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0e80050..686fc88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1319,14 +1319,14 @@ md = ["cmarkgfm (>=0.8.0)"] [[package]] name = "redis" -version = "4.6.0" +version = "5.0.0" description = "Python client for Redis database and key-value store" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"}, - {file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"}, + {file = "redis-5.0.0-py3-none-any.whl", hash = "sha256:06570d0b2d84d46c21defc550afbaada381af82f5b83e5b3777600e05d8e2ed0"}, + {file = "redis-5.0.0.tar.gz", hash = "sha256:5cea6c0d335c9a7332a460ed8729ceabb4d0c489c7285b0a86dbbf8a017bd120"}, ] [package.dependencies] @@ -1691,4 +1691,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7cca7b5fdb5028971983f6c1a2b8da56ace82c0f1071a3d7bffdc95a1b660ee6" +content-hash = "e736ddc763134d8c0512b4752ad53db1afc257a987bc64da47e6d1b70b6b32c3" diff --git a/pyproject.toml b/pyproject.toml index 98dc889..43a4d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ include = ["LICENSE"] [tool.poetry.dependencies] python = "^3.10" pydantic = "^2.0.3" -redis = "^4.6.0" +redis = "^5.0.0" [tool.poetry.group.dev.dependencies] types-redis = "^4.3.21.5"