From dba5062a01cc90f2a5193f185e311643f5f457c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:10:25 +0100 Subject: [PATCH] Bump django from 4.2.16 to 4.2.17 in /examples/apps/django (#7556) Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.17. - [Commits](https://github.com/django/django/compare/4.2.16...4.2.17) --- 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/apps/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/apps/django/requirements.txt b/examples/apps/django/requirements.txt index fe8429e5cd..4c7a1ee61d 100644 --- a/examples/apps/django/requirements.txt +++ b/examples/apps/django/requirements.txt @@ -1,4 +1,4 @@ -django==4.2.16 +django==4.2.17 channels==2.2.0 panel==0.9.3 bokeh==2.0.2