From be43c252cc0a3f47851af8f7b24496c55d39b2cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:43:32 +0000 Subject: [PATCH] chore(deps): bump django in /example/django-postgresql Bumps [django](https://github.com/django/django) from 4.1.10 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.1.10...4.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/django-postgresql/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/django-postgresql/requirements.txt b/example/django-postgresql/requirements.txt index b6024f8..39ce470 100644 --- a/example/django-postgresql/requirements.txt +++ b/example/django-postgresql/requirements.txt @@ -1,5 +1,5 @@ uptrace==1.17.0 -django==4.1.10 +django==4.1.13 psycopg2==2.9.5 opentelemetry-instrumentation-logging==0.38b0 opentelemetry-instrumentation-django==0.38b0