From ddd4ceef891d0f40c052fd8801a7433f6e5622bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:55:14 +0000 Subject: [PATCH] Bump django in /contract-tests/images/applications/django Bumps [django](https://github.com/django/django) from 5.0.3 to 5.0.7. - [Commits](https://github.com/django/django/compare/5.0.3...5.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contract-tests/images/applications/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract-tests/images/applications/django/requirements.txt b/contract-tests/images/applications/django/requirements.txt index af40e188e..f7a91d66d 100644 --- a/contract-tests/images/applications/django/requirements.txt +++ b/contract-tests/images/applications/django/requirements.txt @@ -1,4 +1,4 @@ opentelemetry-distro==0.46b0 opentelemetry-exporter-otlp-proto-grpc==1.25.0 typing-extensions==4.9.0 -django==5.0.3 \ No newline at end of file +django==5.0.7 \ No newline at end of file