From cd38d3fa8a5e531964049ecdbc8b7dcf64494f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:39:06 +0000 Subject: [PATCH] build(deps): bump django from 5.0.1 to 5.0.2 Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2. - [Commits](https://github.com/django/django/compare/5.0.1...5.0.2) --- 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 bea9060..e8d7a3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ lxml==4.9.3 openpyxl==3.1.2 # website -django==5.0.1 ; python_version >= '3.10' +django==5.0.2 ; python_version >= '3.10' django==4.2.5 ; python_version < '3.10' # compatibility