From 56254bbc27ae48ac557a05702697b4f9e2481a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:29:59 +0000 Subject: [PATCH] Bump django from 3.2.9 to 4.2.16 Bumps [django](https://github.com/django/django) from 3.2.9 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.2.9...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a3c466..cb718d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ python==3.9.5 # Dependencies numpy==1.21.2 pytest==6.2.5 -django==3.2.9 +django==4.2.16 diff --git a/setup.py b/setup.py index f31f87a..3803dcc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ DEPENDENCIES = [ "numpy==1.21.2", "pytest==6.2.5", - "django==3.2.9", + "django==4.2.16", ] # Setup script