From 9f44c9dff0594d763153cc6f0475c2b27c4e74bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:42:59 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.17 to 4.2.18 in /rootfs Bumps [django](https://github.com/django/django) from 4.2.17 to 4.2.18. - [Commits](https://github.com/django/django/compare/4.2.17...4.2.18) --- updated-dependencies: - dependency-name: django 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 b017d224..b65104cf 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.17 +django==4.2.18 channels==4.1.0 aiohttp==3.11.0 django-cors-headers==4.6.0