From 05fb69149c984d85f236fe1e0c61efbf6f8473e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:59:59 +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