From f63561c9a8cb1d46a183e9eb75a5d215a1349a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:29:40 +0000 Subject: [PATCH] Update djangorestframework requirement from ~=3.15.1 to ~=3.15.2 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.15.1...3.15.2) --- 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 26aadb1..bf266ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django~=5.0.6 django-cors-headers~=4.3.1 -djangorestframework~=3.15.1 +djangorestframework~=3.15.2 djangorestframework-simplejwt~=5.3.1 drf-spectacular~=0.27.2 pillow~=10.3.0