From 7afeeb37ee35f9f4b7dcb4ae2afcb4e56ac3b0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:39:12 +0000 Subject: [PATCH] Bump django from 2.2.28 to 5.0.1 Bumps [django](https://github.com/django/django) from 2.2.28 to 5.0.1. - [Commits](https://github.com/django/django/compare/2.2.28...5.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5b59e03..b67cc2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Django==1.11.29 ; python_version < '3.9' -Django==2.2.28 ; python_version >= '3.9' +Django==5.0.1 ; python_version >= '3.9' # hypothesis==6.80.0 \ No newline at end of file