From fce0498d92082798f5cc66cc1f30a1e621ca40e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:32:13 +0000 Subject: [PATCH] Update dependency djangorestframework to v3.15.2 [SECURITY] --- 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 502fa95220..b1701f5aa2 100644 --- a/zapisy/requirements.common.txt +++ b/zapisy/requirements.common.txt @@ -11,7 +11,7 @@ rq==1.16.2 django-rq==2.8.1 django-test-without-migrations==0.6 django-webpack-loader==0.7.0 -djangorestframework==3.15.1 +djangorestframework==3.15.2 django-pagedown==2.2.1 ipdb==0.13.13