diff --git a/poetry.lock b/poetry.lock index 260ef57..f105fc1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1969,18 +1969,18 @@ 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.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" @@ -2332,4 +2332,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "38d05c5a9700e1d71634d29a93a67f15cfce109a5788debf019e778a7c51c5fc" +content-hash = "597e9c9e87d23fca71bd962225dc021b3ea079d7d7d5e27db26160416432c697" diff --git a/pyproject.toml b/pyproject.toml index f12444a..8c24b78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ whitenoise = { version = "6.7.0", extras = ["brotli"] } django-crum = "0.7.9" sentry-sdk = { version = "2.14.0", extras = ["django"] } crispy-bootstrap5 = "2024.2" -redis = "5.0.8" +redis = "5.1.0" xlsxwriter = "3.2.0" django-storages = { version = "1.14.4", extras = ["azure"] }