From 4cd93f5e540130fe5cbed0c3927cd386b4fb6aec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:57:22 +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 80033591c6..3dcf862581 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