From b6c9848cbac7fca5932bffb11a74216f6b70227b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:33:21 +0000 Subject: [PATCH] Update dependency djangorestframework to v3.16.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f48ee3..1442607 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Django[all]==5.2.1 django-urlconfchecks==0.11.0 # TODO: Add to CI daphne==4.2.0 psycopg2-binary==2.9.10 -djangorestframework==3.16.0 +djangorestframework==3.16.1 pillow==11.2.1