From a328a18bf1b48100c2b0521b0f8a2d996d50fabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:01:50 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.26 to 4.2.28 in /example/django Bumps [django](https://github.com/django/django) from 4.2.26 to 4.2.28. - [Commits](https://github.com/django/django/compare/4.2.26...4.2.28) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.28 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..d3f4174 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.28 opentelemetry-instrumentation-logging==0.38b0 opentelemetry-instrumentation-django==0.38b0