diff --git a/poetry.lock b/poetry.lock index d9ba002d..2090acc7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1190,21 +1190,21 @@ files = [ [[package]] name = "redis" -version = "5.0.8" +version = "5.1.0" description = "Python client for Redis database and key-value store" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "redis-5.0.8-py3-none-any.whl", hash = "sha256:56134ee08ea909106090934adc36f65c9bcbbaecea5b21ba704ba6fb561f8eb4"}, - {file = "redis-5.0.8.tar.gz", hash = "sha256:0c5b10d387568dfe0698c6fad6615750c24170e548ca2deac10c649d463e9870"}, + {file = "redis-5.1.0-py3-none-any.whl", hash = "sha256:fd4fccba0d7f6aa48c58a78d76ddb4afc698f5da4a2c1d03d916e4fd7ab88cdd"}, + {file = "redis-5.1.0.tar.gz", hash = "sha256:b756df1e4a3858fcc0ef861f3fc53623a96c41e2b1f5304e09e0fe758d333d40"}, ] [package.dependencies] async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} [package.extras] -hiredis = ["hiredis (>1.0.0)"] -ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"] +hiredis = ["hiredis (>=3.0.0)"] +ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"] [[package]] name = "requests" @@ -1666,4 +1666,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "15871ec655abd0314c5fc514333e5facdab59c760ef39dced4644d58b4ecc6b4" +content-hash = "65cdeae633b1818b450daf2c2e37f66c4b0678af8cc13d31894678f01603f72e" diff --git a/pyproject.toml b/pyproject.toml index 68bbfa47..b74d19e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ fastapi = { extras = ["standard"], version = "^0.115.0" } pynacl = "^1.5.0" requests = "^2.32.3" podman = "^5.1.0" -redis = "^5.0.8" +redis = "^5.1.0" pydantic-settings = "^2.4.0" rq = "^1.16.2" uvicorn = "^0.30.6"