From 101c6edadbcfa6d37e95b381351366e92594346d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:28:25 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.15 to 4.2.16 in /rootfs Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.2.15...4.2.16) --- 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 47739165..942de01e 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.15 +django==4.2.16 channels==4.1.0 aiohttp==3.10.2 django-cors-headers==4.3.1