From 3a15f41cb0be6e489da88406795bb776070d9cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:18:56 +0000 Subject: [PATCH] Bump django from 5.0.7 to 5.1 Bumps [django](https://github.com/django/django) from 5.0.7 to 5.1. - [Commits](https://github.com/django/django/compare/5.0.7...5.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..c534ff2 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 gunicorn==22.0.0 idna==3.7 packaging==24.1