From 2ab1bccf12141c28e5e1668c14568e19bdbb11af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:20:29 +0000 Subject: [PATCH] Bump django from 5.1.4 to 5.1.5 Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.4...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 58745b1a6..c35f52fd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pytest-shard==0.1.2 # Django deps: psycopg2-binary Django==4.2.16; python_version < '3.10' -Django==5.1.4; python_version >= '3.10' +Django==5.1.5; python_version >= '3.10' -e ./ext -e .[redis,compatible-mypy,oracle]