From 93e3bb193ab36fa06ea85f27f4f18b6671db18c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:31:36 +0000 Subject: [PATCH] Update django requirement from ~=5.0.6 to ~=5.1.1 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.0.6...5.1.1) --- updated-dependencies: - dependency-name: django 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..cb08245 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django~=5.0.6 +Django~=5.1.1 django-cors-headers~=4.3.1 djangorestframework~=3.15.1 djangorestframework-simplejwt~=5.3.1