From 4367927bc6d227e20181fb6725f9ab3a522bac0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:05:02 +0800 Subject: [PATCH] Bump django-redis from 4.11.0 to 4.12.1 (#52) Bumps [django-redis](https://github.com/jazzband/django-redis) from 4.11.0 to 4.12.1. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/django-redis/compare/4.11.0...4.12.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index ad71cc55..3a133d33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -326,15 +326,15 @@ Django = ">=2.0.1" [[package]] name = "django-redis" -version = "4.11.0" +version = "4.12.1" description = "Full featured redis cache backend for Django." category = "main" optional = false python-versions = ">=3.5" [package.dependencies] -Django = ">=1.11" -redis = ">=2.10.0" +Django = ">=2.2" +redis = ">=3.0.0" [[package]] name = "django-referrer-policy" @@ -1309,7 +1309,7 @@ gunicorn = ["gunicorn"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "e6ff40311d61907cf20560f276d3cf140fabdeba55d3a1651e2b60a1dcc0ea9c" +content-hash = "d5084b89fc795019e8348fc76c0b11edc257d757eb4eb583637193316c9c6d1f" [metadata.files] appdirs = [ @@ -1488,8 +1488,8 @@ django-model-utils = [ {file = "django_model_utils-4.1.1-py3-none-any.whl", hash = "sha256:ef7c440024e797796a3811432abdd2be8b5225ae64ef346f8bfc6de7d8e5d73c"}, ] django-redis = [ - {file = "django-redis-4.11.0.tar.gz", hash = "sha256:a5b1e3ffd3198735e6c529d9bdf38ca3fcb3155515249b98dc4d966b8ddf9d2b"}, - {file = "django_redis-4.11.0-py3-none-any.whl", hash = "sha256:e1aad4cc5bd743d8d0b13d5cae0cef5410eaace33e83bff5fc3a139ad8db50b4"}, + {file = "django-redis-4.12.1.tar.gz", hash = "sha256:306589c7021e6468b2656edc89f62b8ba67e8d5a1c8877e2688042263daa7a63"}, + {file = "django_redis-4.12.1-py3-none-any.whl", hash = "sha256:1133b26b75baa3664164c3f44b9d5d133d1b8de45d94d79f38d1adc5b1d502e5"}, ] django-referrer-policy = [ {file = "django-referrer-policy-1.0.tar.gz", hash = "sha256:09e134324fa08c10efc12244a4bae7aee5defa7d332b92c603b09258c854615a"}, diff --git a/pyproject.toml b/pyproject.toml index 2e2fe8d4..d10c3886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ psycopg2 = "~2.8" gunicorn = {version = "~20.0", optional = true} whitenoise = "~5.0" dj-database-url = "~0.5" -django-redis = "~4.11" +django-redis = "~4.12" django-storages = { version ="~1.10", extras = ["boto3"] } django-referrer-policy = "~1.0" django-csp = "~3.7"