From 0c4a6764921be069996e29bf151220439295265a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:52:23 +0000 Subject: [PATCH] Bump django from 4.2.4 to 4.2.7 Bumps [django](https://github.com/django/django) from 4.2.4 to 4.2.7. - [Commits](https://github.com/django/django/compare/4.2.4...4.2.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67ae4a2..337090b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ uvicorn==0.23.2 -django==4.2.4 +django==4.2.7 djangorestframework==3.14.0 adrf==0.1.1 # need for using djangorestframework with async drf-standardized-errors==0.12.5