From 620928350fe40362a097c3ddd9044599a783829e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 14 Oct 2024 04:06:33 +0000 Subject: [PATCH] deps: update dependency testcontainers to v4.8.2 --- samples/python/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/django/requirements.txt b/samples/python/django/requirements.txt index c0a676863..51dfec5dc 100644 --- a/samples/python/django/requirements.txt +++ b/samples/python/django/requirements.txt @@ -3,5 +3,5 @@ pytz==2024.2 Django==5.1.2 google==3.0.0 google.auth==2.35.0 -testcontainers==4.8.1 +testcontainers==4.8.2 requests==2.32.3