From 845ace8f2d0db7b1989acb47f00224d28e091b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:55:11 +0000 Subject: [PATCH] Bump django from 4.2.18 to 4.2.25 in /examples/cookbook Bumps [django](https://github.com/django/django) from 4.2.18 to 4.2.25. - [Commits](https://github.com/django/django/compare/4.2.18...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cookbook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cookbook/requirements.txt b/examples/cookbook/requirements.txt index 0e92701e8..90f8a8d2e 100644 --- a/examples/cookbook/requirements.txt +++ b/examples/cookbook/requirements.txt @@ -1,5 +1,5 @@ graphene>=2.1,<3 graphene-django>=2.1,<3 graphql-core>=2.1,<3 -django==4.2.18 +django==4.2.25 django-filter>=2