From c52089dbff9eee2a8ebf04438ea6837e37500f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:50:15 +0000 Subject: [PATCH] chore(deps): bump django from 3.2.25 to 4.2.16 in /example/django Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.16) --- updated-dependencies: - dependency-name: django 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..829a9c7 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.16 opentelemetry-instrumentation-logging==0.38b0 opentelemetry-instrumentation-django==0.38b0