From 2f67c6d74cf32d0c036b0fa687d68e05ad220782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:50:13 +0000 Subject: [PATCH] Bump django from 3.2.25 to 4.2.16 Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 9ecc386..ac2b97b 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ djangorestframework -django>=3.2,<4 +django>=3.2,<5 rdflib>6 pytest pytest-django diff --git a/requirements.txt b/requirements.txt index 37d51ca..9811453 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ click==8.1.7 # mkdocstrings colorama==0.4.6 # via griffe -django==3.2.25 +django==4.2.16 # via # -r requirements.in # djangorestframework @@ -89,8 +89,6 @@ pytest-django==4.8.0 # via -r requirements.in python-dateutil==2.9.0.post0 # via ghp-import -pytz==2024.1 - # via django pyyaml==6.0.1 # via # mkdocs