Update dependency redis to v4.1.4 (develop)

environments/review-docs-devel-1399dq/deployments/10458
RenovateBot 2022-02-16 11:03:08 +00:00
rodzic 6c09dcb566
commit 0d278f4012
2 zmienionych plików z 5 dodań i 5 usunięć

8
api/poetry.lock wygenerowano
Wyświetl plik

@ -1657,7 +1657,7 @@ python-versions = ">=3.6"
[[package]]
name = "redis"
version = "4.1.3"
version = "4.1.4"
description = "Python client for Redis database and key-value store"
category = "main"
optional = false
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "d183e07c9adf2950149e16f868d950209fc31aed2f8e1583b2479465ef96f0ea"
content-hash = "a2e0e87f8cd9fccca4dd46addf93c3bc8abb1e5885322a6c09dcf770c3931a22"
[metadata.files]
aiohttp = [
@ -3205,8 +3205,8 @@ pyyaml = [
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
]
redis = [
{file = "redis-4.1.3-py3-none-any.whl", hash = "sha256:267e89e476eb684517584e8988f1e5d755f483a368c133020c4c40e8b676bc5d"},
{file = "redis-4.1.3.tar.gz", hash = "sha256:f2715caad9f0e8c6ff8df46d3c4c9022a3929001f530f66b62747554d3067068"},
{file = "redis-4.1.4-py3-none-any.whl", hash = "sha256:04629f8e42be942c4f7d1812f2094568f04c612865ad19ad3ace3005da70631a"},
{file = "redis-4.1.4.tar.gz", hash = "sha256:1d9a0cdf89fdd93f84261733e24f55a7bbd413a9b219fdaf56e3e728ca9a2306"},
]
requests = [
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},

Wyświetl plik

@ -15,7 +15,7 @@ django-allauth = "==0.42.0"
psycopg2 = "==2.9.3"
pytz = "2021.3"
django-redis = "==5.2.0"
redis = "==4.1.3"
redis = "==4.1.4"
kombu = "==5.2.3"
celery = "==5.2.3"
django-cors-headers = "==3.11.0"