From 75be71c747e8cb0b7b6fd0da461195963eaaeb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:39:03 +0000 Subject: [PATCH] Bump django from 5.0.6 to 5.1.1 Bumps [django](https://github.com/django/django) from 5.0.6 to 5.1.1. - [Commits](https://github.com/django/django/compare/5.0.6...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 1951f96..cb36fa2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple asgiref==3.8.1; python_version >= '3.8' -django==5.0.6; python_version >= '3.10' +django==5.1.1; python_version >= '3.10' psycopg[binary,pool]==3.1.19; python_version >= '3.7' psycopg-binary==3.1.19 psycopg-pool==3.2.2