From 41b6f947b6107760279a40251ca409ecadff5623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:39:58 +0000 Subject: [PATCH] Bump django from 5.0.9 to 5.1.3 Bumps [django](https://github.com/django/django) from 5.0.9 to 5.1.3. - [Commits](https://github.com/django/django/compare/5.0.9...5.1.3) --- 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 cfc0c945..9e70bf5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==5.0.9 +django==5.1.3 django-filter==24.3 djangorestframework==3.15.2 hexbytes==0.3.1