From caec72d0dab094ca20551dec4f8e78597cf61a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 22:15:41 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.26 to 4.2.29 in /example/django Bumps [django](https://github.com/django/django) from 4.2.26 to 4.2.29. - [Commits](https://github.com/django/django/compare/4.2.26...4.2.29) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.29 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 2fab87c..5c33d3b 100644 --- a/example/django/requirements.txt +++ b/example/django/requirements.txt @@ -1,4 +1,4 @@ uptrace==1.17.1 -django==4.2.26 +django==4.2.29 opentelemetry-instrumentation-logging==0.38b0 opentelemetry-instrumentation-django==0.38b0