From d0cdccec25f3bb33b49c5c4415fe4ee68e9370f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:16:30 +0000 Subject: [PATCH] Bump django from 3.1.13 to 3.2.24 Bumps [django](https://github.com/django/django) from 3.1.13 to 3.2.24. - [Commits](https://github.com/django/django/compare/3.1.13...3.2.24) --- 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 ee515ce..0e668da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ attrs==19.3.0 -django==3.1.13 +django==3.2.24 diff --git a/setup.py b/setup.py index 76a8994..8f47f9f 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,6 @@ 'Programming Language :: Python :: Implementation :: CPython', ], install_requires=[ - 'django==3.1.13', + 'django==3.2.24', ], )