From 0973e38f8b7c1e47496922148634383fd6c29ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:07:05 +0000 Subject: [PATCH] Bump django from 3.2.16 to 3.2.18 Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.16...3.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d46b01c..3c03227 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ boto3==1.17.59 dj-database-url==0.5.0 -django==3.2.16 +django==3.2.18 django-debug-toolbar==3.2.1 django_storages==1.11.1 djangorestframework==3.12.4 diff --git a/requirements_local.txt b/requirements_local.txt index d6c3ae9..1d07c94 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -1,6 +1,6 @@ boto3==1.17.59 dj-database-url==0.5.0 -django==3.2.16 +django==3.2.18 django-debug-toolbar==3.2.1 django_storages==1.11.1 djangorestframework==3.12.4