From 4a990b8d0afa7f8b1d562219611c6f53d34491d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:56:39 +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