From 273614a0215f35a23339df5788c704850d3576c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 17:13:27 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /dropship_project directory: [django](https://github.com/django/django) and [djangorestframework](https://github.com/encode/django-rest-framework). Updates `django` from 3.2.10 to 4.2.16 - [Commits](https://github.com/django/django/compare/3.2.10...4.2.16) Updates `djangorestframework` from 3.12.4 to 3.15.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.4...3.15.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- dropship_project/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dropship_project/requirements.txt b/dropship_project/requirements.txt index e9f13350..c5315019 100644 --- a/dropship_project/requirements.txt +++ b/dropship_project/requirements.txt @@ -1,5 +1,5 @@ -Django==3.2.10 -djangorestframework==3.12.4 +Django==4.2.16 +djangorestframework==3.15.2 django-oauth-toolkit==1.5.0 django-allauth==0.45.0 django-axes==5.13.0