From e8559d2179ce6c3deec863dbe7fba4e56f8c994a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 22:45:04 +0000 Subject: [PATCH] Bump django from 5.0.2 to 5.0.13 in /examples/chat Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.13. - [Commits](https://github.com/django/django/compare/5.0.2...5.0.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat/requirements.txt b/examples/chat/requirements.txt index 390a631..c6165e2 100644 --- a/examples/chat/requirements.txt +++ b/examples/chat/requirements.txt @@ -1,6 +1,6 @@ daphne==4.1.0 dj-database-url==2.1.0 -Django==5.0.2 +Django==5.0.13 django-dotenv==1.4.2 django-grip==3.5.0 whitenoise==6.6.0