diff --git a/experimenter/poetry.lock b/experimenter/poetry.lock index ca54afaa0f1..eb17715d0ca 100644 --- a/experimenter/poetry.lock +++ b/experimenter/poetry.lock @@ -602,13 +602,13 @@ requests = ">=2.0.0" [[package]] name = "django-redis" -version = "5.3.0" +version = "5.4.0" description = "Full featured redis cache backend for Django." optional = false python-versions = ">=3.6" files = [ - {file = "django-redis-5.3.0.tar.gz", hash = "sha256:8bc5793ec06b28ea802aad85ec437e7646511d4e571e07ccad19cfed8b9ddd44"}, - {file = "django_redis-5.3.0-py3-none-any.whl", hash = "sha256:2d8660d39f586c41c9907d5395693c477434141690fd7eca9d32376af00b0aac"}, + {file = "django-redis-5.4.0.tar.gz", hash = "sha256:6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42"}, + {file = "django_redis-5.4.0-py3-none-any.whl", hash = "sha256:ebc88df7da810732e2af9987f7f426c96204bf89319df4c6da6ca9a2942edd5b"}, ] [package.dependencies] @@ -2851,4 +2851,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6a0a06c3c4b400bf33f9c141ae32eb5a8c27b451a63b2c11addd043f70403402" +content-hash = "509b3d7161455128cc04952282ab38e7cd1be0a998fa71297e7e4a05406a22b3" diff --git a/experimenter/pyproject.toml b/experimenter/pyproject.toml index 87e2aaab9dd..11ea2ca7c45 100644 --- a/experimenter/pyproject.toml +++ b/experimenter/pyproject.toml @@ -68,7 +68,7 @@ pyright = "^1.1.291" django-types = "^0.18.0" mozilla-nimbus-shared = "^2.4.0" mozilla-nimbus-schemas = "2023.9.1" -django-redis = "^5.3.0" +django-redis = "^5.4.0" fontawesomefree = "6.4.0" django-tailwind = "^3.6.0" ruff = "^0.0.286"