From e415aa99f55d3830ed02fd8cbb4f6eecbc21771a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:55:39 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.16 to 4.2.17 in /rootfs Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.17. - [Commits](https://github.com/django/django/compare/4.2.16...4.2.17) --- 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 65c4082a..b017d224 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.16 +django==4.2.17 channels==4.1.0 aiohttp==3.11.0 django-cors-headers==4.6.0