From 38e63f4cc4c49190b863a273945aee15b15b8541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:29:30 +0000 Subject: [PATCH] chore(deps): bump djangorestframework from 3.15.1 to 3.15.2 in /rootfs Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework 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 ff5f4e6b6..22ad6e9e4 100644 --- a/rootfs/requirements.txt +++ b/rootfs/requirements.txt @@ -6,7 +6,7 @@ channels==4.1.0 aiohttp==3.9.4 django-cors-headers==4.3.1 django-guardian==2.4.0 -djangorestframework==3.15.1 +djangorestframework==3.15.2 docker==7.0.0 gunicorn==22.0.0 uvicorn[standard]==0.29.0