From 6e5543a68fec34cca363c6918dc266501a654280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:08:50 +0000 Subject: [PATCH] Update django requirement from ==4.2.* to ==5.1 in /server Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2a1...5.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 9ef73491..c83c8dc3 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -5,7 +5,7 @@ beautifulsoup4==4.12.* celery==5.3.* channels==4.1.* channels_redis==4.2.* -Django==4.2.* +Django==5.1 django-cors-headers==4.3.* django-decorator-include==3.0 django-extensions==3.2.*