From cb724a3bf3cb1871791ee746004204829b4ccdd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:17:02 +0000 Subject: [PATCH] Bump django from 3.1.14 to 3.2.24 Bumps [django](https://github.com/django/django) from 3.1.14 to 3.2.24. - [Commits](https://github.com/django/django/compare/3.1.14...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_readthedocs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 09e6c38a..158fc359 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==3.1.14 +django==3.2.24 django-bitfield==2.0.1 django-import-export==2.5.0 django-debug-toolbar==3.2.1 diff --git a/requirements_readthedocs.txt b/requirements_readthedocs.txt index 2c2a8346..2718c3da 100644 --- a/requirements_readthedocs.txt +++ b/requirements_readthedocs.txt @@ -1,7 +1,7 @@ # This is because readthedocs has an old version of pip # that somehow doesn't like prerelease versions in the # dependency expressions (>=1.0b1 failes to find dist) -Django==3.1.14 +Django==3.2.24 bleach>=3.3.0,<3.4 sphinx sphinx_rtd_theme