From a983af0f097a0450207a91d870feb1729ebf1ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 07:01:00 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.29 to 4.2.30 in /example/django Bumps [django](https://github.com/django/django) from 4.2.29 to 4.2.30. - [Commits](https://github.com/django/django/compare/4.2.29...4.2.30) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.30 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 c2d0cf8..06fb7e5 100644 --- a/example/django/requirements.txt +++ b/example/django/requirements.txt @@ -1,4 +1,4 @@ uptrace==1.41.0 -django==4.2.29 +django==4.2.30 opentelemetry-instrumentation-logging==0.62b0 opentelemetry-instrumentation-django==0.62b0