Skip to content

Commit

Permalink
[deps] Upgraded deploy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Nov 26, 2024
1 parent da72a38 commit e70dc88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit e70dc88

Please sign in to comment.