From feb205efc4e5529bb6c17e20cdcd19cc060295a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:51:33 +0000 Subject: [PATCH] pip stable: bump django from 5.0.8 to 5.1 Bumps [django](https://github.com/django/django) from 5.0.8 to 5.1. - [Commits](https://github.com/django/django/compare/5.0.8...5.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f277c3..319467e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ lxml==5.2.2 openpyxl==3.1.5 # website -django==5.0.8 ; python_version >= '3.10' +django==5.1 ; python_version >= '3.10' django==4.2.5 ; python_version < '3.10' # compatibility