From 5eb0a0d847c17535dbcfeae9e82a1707e84151e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:10:52 +0000 Subject: [PATCH] Update django requirement from ~=4.2.2 to ~=5.0.1 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2.2...5.0.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 80b93259..544548d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cachetools msrestazure==0.6.4 uwsgi==2.0.22 requests==2.31.0 -Django~=4.2.2 +Django~=5.0.1 django-tables2==2.6.0 django-filter==23.2 django-bootstrap4==23.1