From 387317a8a2b44b9b345d7d0b6375ea51a6dc5091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:53:52 -0700 Subject: [PATCH] chore(deps): Bump django-redis from 5.3.0 to 5.4.0 in /experimenter (#9524) Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.3.0 to 5.4.0.
Release notes

Sourced from django-redis's releases.

5.4.0

django-redis 5.4.0 (2023-10-01)

Features

Documentation

Changelog

Sourced from django-redis's changelog.

django-redis 5.4.0 (2023-10-01)

Features

Documentation

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-redis&package-manager=pip&previous-version=5.3.0&new-version=5.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimenter/poetry.lock | 8 ++++---- experimenter/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"