From 471211bf7f1dfe09c890989985ac8c97a9bb011e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:26:25 +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 fa8d4cf6a8..3ea5af7db1 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