From dae9ca3a6b3023021f18a1b41efaf93c49353cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:08:52 +0000 Subject: [PATCH] Bump django from 4.2.2 to 5.1.2 Bumps [django](https://github.com/django/django) from 4.2.2 to 5.1.2. - [Commits](https://github.com/django/django/compare/4.2.2...5.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index b884a38..2330e97 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,4 +1,4 @@ # Install redis-search-django -e .. -Django==4.2.2 +Django==5.1.2 Pillow==9.5.0