From b6d10242f7fcb871041f9e985ddb596aab619d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:11:13 +0000 Subject: [PATCH] Bump django from 5.0.7 to 5.1.1 Bumps [django](https://github.com/django/django) from 5.0.7 to 5.1.1. - [Commits](https://github.com/django/django/compare/5.0.7...5.1.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 d0b0db6..60f50a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.8.1 certifi==2024.7.4 charset-normalizer==3.3.2 -Django==5.0.7 +Django==5.1.1 gunicorn==22.0.0 idna==3.7 packaging==24.1