From 4ac5c4d08292a91f63fb07bfbc9b45b82569d727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:50:43 +0000 Subject: [PATCH] chore(deps): bump django from 3.2.25 to 4.2.16 Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1ecb3b9..8bac4f6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ certifi==2024.7.4 chardet==3.0.4 -Django==3.2.25 +Django==4.2.16 django-braces==1.15.0 django-embed-video==1.0.0 django-memcache-status==1.1 diff --git a/requirements.txt b/requirements.txt index 1002e57..4c49bf3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi chardet -Django==3.2.25 +Django==4.2.16 django-braces==1.15.0 django-embed-video djangorestframework==3.15.2