From e70dc88d20d94c72409334a5b497a3f39643c8ed Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Tue, 26 Nov 2024 23:48:32 +0530 Subject: [PATCH] [deps] Upgraded deploy dependencies --- tasks/pip.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/pip.yml b/tasks/pip.yml index 2445d65d..621b6d30 100644 --- a/tasks/pip.yml +++ b/tasks/pip.yml @@ -46,10 +46,10 @@ tags: - molecule-idempotence-notest -- name: Install channels-redis~=3.4.0 +- name: Install channels_redis~=4.2.0 pip: name: - - channels-redis~=3.4.0 + - channels_redis~=4.2.0 state: latest virtualenv: "{{ virtualenv_path }}" virtualenv_python: "{{ openwisp2_python }}" @@ -60,7 +60,7 @@ - name: Install django-redis pip: - name: "django-redis>=4.9.0" + name: "django-redis~=5.4.0" state: present virtualenv: "{{ virtualenv_path }}" virtualenv_python: "{{ openwisp2_python }}" @@ -159,7 +159,7 @@ - name: Install static minification dependencies pip: name: - - django-pipeline~=2.0.0 + - django-pipeline~=3.1.0 state: latest virtualenv: "{{ virtualenv_path }}" virtualenv_python: "{{ openwisp2_python }}"