From 91e7f7d326486257207fb402f896eb570cc670ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:45:50 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.20 to 4.2.21 in /rootfs Bumps [django](https://github.com/django/django) from 4.2.20 to 4.2.21. - [Commits](https://github.com/django/django/compare/4.2.20...4.2.21) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rootfs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/requirements.txt b/rootfs/requirements.txt index b5c07f8c..2d2bca86 100644 --- a/rootfs/requirements.txt +++ b/rootfs/requirements.txt @@ -1,7 +1,7 @@ # Drycc controller requirements inotify==0.2.10 backoff==2.2.1 -django==4.2.20 +django==4.2.21 channels==4.2.2 aiohttp==3.11.16 django-cors-headers==4.7.0