From 993145a2933b0e31d7ef15fb3026f9b709f71bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:43:52 +0000 Subject: [PATCH] chore(deps): bump django from 3.2.25 to 4.2.22 in /example/django Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.22. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.22) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.22 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..a894ce2 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.22 opentelemetry-instrumentation-logging==0.38b0 opentelemetry-instrumentation-django==0.38b0