From 11e097cc8b1348d29ff45f814624f0cd3698d7c9 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 21 Jan 2025 10:15:14 -0300 Subject: [PATCH] [deps] Updated Flask to 3.1.0 and other deps --- tasks/pip.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/pip.yml b/tasks/pip.yml index 0352f3f..865c98b 100644 --- a/tasks/pip.yml +++ b/tasks/pip.yml @@ -23,9 +23,9 @@ - name: Install Flask, Werkzeug and uWSGI pip: name: - - "Flask~=3.0.3" - - "uwsgi~=2.0.26" - - "Werkzeug~=3.0.3" + - "Flask~=3.1.0" + - "uwsgi~=2.0.28" + - "Werkzeug~=3.1.3" state: latest virtualenv: "{{ virtualenv_path }}" virtualenv_python: "{{ openwisp2_wireguard_python }}"