From cf7c21ac76c139cfde7e6c4db1233507528b6304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:18:16 +0000 Subject: [PATCH] chore(deps): bump django from 3.2.25 to 4.2.24 in /example/django Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.24. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.24) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/django/requirements.txt b/example/django/requirements.txt index 878469c..5fd13b5 100644 --- a/example/django/requirements.txt +++ b/example/django/requirements.txt @@ -1,4 +1,4 @@ uptrace==1.17.1 -django==3.2.25 +django==4.2.24 opentelemetry-instrumentation-logging==0.38b0 opentelemetry-instrumentation-django==0.38b0