From e439130d221a937e700e260fb746797a9967e7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:09:21 +0000 Subject: [PATCH] Bump django from 1.6 to 3.2.24 Bumps [django](https://github.com/django/django) from 1.6 to 3.2.24. - [Commits](https://github.com/django/django/compare/1.6...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test-py3.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test-py3.txt b/requirements-test-py3.txt index 76bd7f8..ebaf49a 100644 --- a/requirements-test-py3.txt +++ b/requirements-test-py3.txt @@ -1,4 +1,4 @@ coverage==6.2 -Django==4.0 +Django==3.2.24 django-nose==1.4.7 tox==3.24.5 diff --git a/requirements-test.txt b/requirements-test.txt index 8ad3720..78766a7 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -django==1.6 +django==3.2.24 django-nose==1.2 tox>=1.7.0 coverage==3.7.1