From e0c48a6649b55b66d218fa0a200c2171ce9acac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:43:50 +0000 Subject: [PATCH] Bump django from 5.1 to 5.1.3 Bumps [django](https://github.com/django/django) from 5.1 to 5.1.3. - [Commits](https://github.com/django/django/compare/5.1...5.1.3) --- 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 4486900..e99329e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ asgiref==3.8.1; python_version >= '3.8' click==8.1.7; python_version >= '3.7' colorama==0.4.6; platform_system == 'Windows' coloredlogs==15.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -django==5.1; python_version >= '3.10' +django==5.1.3; python_version >= '3.10' django-ninja==1.3.0; python_version >= '3.7' flatbuffers==24.3.25 granian==1.5.2; python_version >= '3.8'