From fd556cc99dba0d1531a6e463d6d4d90d3647f28c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:29:49 +0000 Subject: [PATCH] pip stable: bump django from 5.1 to 5.1.1 Bumps [django](https://github.com/django/django) from 5.1 to 5.1.1. - [Commits](https://github.com/django/django/compare/5.1...5.1.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f2c54d..40289a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ lxml==5.3.0 openpyxl==3.1.5 # website -django==5.1 ; python_version >= '3.10' +django==5.1.1 ; python_version >= '3.10' django==4.2.5 ; python_version < '3.10' # compatibility