diff --git a/poetry.lock b/poetry.lock index 92acfc98..8b9a3749 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2232,17 +2232,17 @@ pyyaml = "*" [[package]] name = "redis" -version = "4.6.0" +version = "5.0.3" description = "Python client for Redis database and key-value store" 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.3-py3-none-any.whl", hash = "sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d"}, + {file = "redis-5.0.3.tar.gz", hash = "sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580"}, ] [package.dependencies] -async-timeout = {version = ">=4.0.2", markers = "python_full_version <= \"3.11.2\""} +async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} [package.extras] hiredis = ["hiredis (>=1.0.0)"] @@ -3062,4 +3062,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3eb51f19055586cc21ba6d695184200bba5ab245b1d9c15d41c0e4e6106ae324" +content-hash = "1ff08dadef46a2a855e07e473f32ad3234906cf0ad99422600076e0360f5ffd3" diff --git a/pyproject.toml b/pyproject.toml index 7bca8dfa..ecdc1d5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pydantic = ">=1.10.2,<2.0" redis-om = "^0.2.2" rq = "^1.16.1" pyyaml = "^6.0.1" -redis = "^4.6.0" +redis = "^5.0.3" docker = "^7.0.0" google-cloud-compute = "^1.18.0" boto3 = "^1.28.85"