From 1b0166ecc6d3c61d55e8d0181efa5edd24858751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:38:39 +0000 Subject: [PATCH] Bump django from 5.0.9 to 5.0.11 in /with-django Bumps [django](https://github.com/django/django) from 5.0.9 to 5.0.11. - [Commits](https://github.com/django/django/compare/5.0.9...5.0.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-django/requirements.txt b/with-django/requirements.txt index 7948f61..3f85d24 100644 --- a/with-django/requirements.txt +++ b/with-django/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.8.1 -Django==5.0.9 +Django==5.0.11 psycopg2==2.9.9 python-dotenv==1.0.1 sqlparse==0.5.1