diff --git a/poetry.lock b/poetry.lock index d82e06c..48babde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1070,21 +1070,21 @@ files = [ [[package]] name = "redis" -version = "5.0.8" +version = "5.2.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.2.0-py3-none-any.whl", hash = "sha256:ae174f2bb3b1bf2b09d54bf3e51fbc1469cf6c10aa03e21141f51969801a7897"}, + {file = "redis-5.2.0.tar.gz", hash = "sha256:0b1087665a771b1ff2e003aa5bdd354f15a70c9e25d5a7dbf9c722c16528a7b0"}, ] [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" @@ -1462,4 +1462,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2a43409183013a6e729d7a73b4ea5ec199d5e21ea63cdaf761b0bd098294f221" +content-hash = "cd5a1ff9a22d6f21d8d7753de62061ddbbe18dda6199048e3c3d07cfa9773175" diff --git a/pyproject.toml b/pyproject.toml index 0418df4..9fb8a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.11" tweepy = { extras = ["async"], version = "^4.14.0" } httpx = "^0.27.2" -redis = "^5.0.8" +redis = "^5.2.0" python-dotenv = "^1.0.1" loguru = "^0.7.2" sentry-sdk = "^2.13.0"