diff --git a/poetry.lock b/poetry.lock index aaf83c6b..1e3d841c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1162,18 +1162,21 @@ resolved_reference = "cf5ee32afc67356f459f70ee951c8c1a38e0c4c2" [[package]] name = "django-redis" -version = "4.12.1" +version = "5.4.0" description = "Full featured redis cache backend for Django." optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "django-redis-4.12.1.tar.gz", hash = "sha256:306589c7021e6468b2656edc89f62b8ba67e8d5a1c8877e2688042263daa7a63"}, - {file = "django_redis-4.12.1-py3-none-any.whl", hash = "sha256:1133b26b75baa3664164c3f44b9d5d133d1b8de45d94d79f38d1adc5b1d502e5"}, + {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] -Django = ">=2.2" -redis = ">=3.0.0" +Django = ">=3.2" +redis = ">=3,<4.0.0 || >4.0.0,<4.0.1 || >4.0.1" + +[package.extras] +hiredis = ["redis[hiredis] (>=3,!=4.0.0,!=4.0.1)"] [[package]] name = "djangorestframework" @@ -1887,6 +1890,7 @@ files = [ {file = "lxml-5.2.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c38d7b9a690b090de999835f0443d8aa93ce5f2064035dfc48f27f02b4afc3d0"}, {file = "lxml-5.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5670fb70a828663cc37552a2a85bf2ac38475572b0e9b91283dc09efb52c41d1"}, {file = "lxml-5.2.1-cp36-cp36m-manylinux_2_28_x86_64.whl", hash = "sha256:958244ad566c3ffc385f47dddde4145088a0ab893504b54b52c041987a8c1863"}, + {file = "lxml-5.2.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:b6241d4eee5f89453307c2f2bfa03b50362052ca0af1efecf9fef9a41a22bb4f"}, {file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:2a66bf12fbd4666dd023b6f51223aed3d9f3b40fef06ce404cb75bafd3d89536"}, {file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:9123716666e25b7b71c4e1789ec829ed18663152008b58544d95b008ed9e21e9"}, {file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:0c3f67e2aeda739d1cc0b1102c9a9129f7dc83901226cc24dd72ba275ced4218"}, @@ -3789,4 +3793,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "57d29bee98485de39d6f9fc885fcd47f2da0cb14a6c8a45df80159ff81c19097" +content-hash = "e8e9bdb9850d69f13acc63e29d31bcae97ec3d6e7c482f85c31ea179c7ca7d8b" diff --git a/pyproject.toml b/pyproject.toml index f39ad363..64f36149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ django-allauth = "^0.44.0" # https://github.com/pennersr/django-allauth django-foundation-formtags = "^0.1.0" django-compressor = "4.4" # https://github.com/django-compressor/django-compressor django-libsass = "^0.8" -django-redis = "^4.12.1" # https://github.com/niwinz/django-redis +django-redis = "^5.4.0" # https://github.com/niwinz/django-redis django-geojson = "^3.1.0" # Custom apps