From 260f18b5cbec20e0a566683a5204a8b1daf01455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:34:41 +0000 Subject: [PATCH] Update djangorestframework requirement from ~=3.13.1 to ~=3.15.1 Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.13.1...3.15.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba55bd7..6d5334c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ django-active-link~=0.1.8 django-bootstrap5~=22.1 django-compref-keycloak django-modeltranslation~=0.18.4 -djangorestframework~=3.13.1 +djangorestframework~=3.15.1 Pillow~=9.2.0 pytz