From 913c9b63ee13b4b12cd2df7adc02e4cc99bcdc8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:41:36 +0000 Subject: [PATCH] Update dependency django-rq to v2.9.0 --- zapisy/requirements.common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zapisy/requirements.common.txt b/zapisy/requirements.common.txt index ad9612f5d3..d131b05e04 100644 --- a/zapisy/requirements.common.txt +++ b/zapisy/requirements.common.txt @@ -8,7 +8,7 @@ django-filter==2.4.0 django-mailer==1.2.6 redis==3.5.3 rq==1.14.1 -django-rq==2.8.1 +django-rq==2.9.0 django-test-without-migrations==0.6 django-webpack-loader==0.7.0 djangorestframework==3.14.0