From 51a1fecab76b5b1b8e8c2c8960ed4bd5bf6b6766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:45:52 +0000 Subject: [PATCH] Bump django from 3.2.15 to 3.2.18 in /requirements Bumps [django](https://github.com/django/django) from 3.2.15 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.15...3.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/django.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/django.txt b/requirements/django.txt index 59221af..b7640a5 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -1,6 +1,6 @@ # Support both Python 3.5 and Python 3.9 -Django==3.2.15; python_version >= '3.9' +Django==3.2.18; python_version >= '3.9' Django==2.2.24; python_version < '3.9' pytest-django>=3.8.0,<=4.4.0