From c5e2caf82b23fb839462b7edf84f23432cf63f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:04:31 +0000 Subject: [PATCH] Bump django from 3.0 to 4.2.16 Bumps [django](https://github.com/django/django) from 3.0 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.0...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/common.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c52f5e7..71e4f563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ maintainers = [ requires-python = ">=3.11" dependencies = [ - "Django==3.0", + "Django==4.2.16", # Creates REST APIs "djangorestframework", # locks down access to api endpoints diff --git a/requirements/common.txt b/requirements/common.txt index d65ab2cf..3cc4c430 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,4 +1,4 @@ -Django==3.0 +Django==4.2.16 # Creates REST APIs djangorestframework # Used for DRF filtering