From f02ea337a23df06d166d463d6f92cb7505fbb435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:01:33 -0700 Subject: [PATCH] Bump django from 3.2.25 to 4.2.18 in /examples/cookbook (#1543) Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.18. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 758d66c..0e92701 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==3.2.25 +django==4.2.18 django-filter>=2