From ca2ae49321750434abca87f844dfd180c5d8235c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 01:41:33 +0000 Subject: [PATCH] Update dj-database-url requirement from >=2.1.0 to >=3.1.2 Updates the requirements on [dj-database-url](https://github.com/jazzband/dj-database-url) to permit the latest version. - [Release notes](https://github.com/jazzband/dj-database-url/releases) - [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/dj-database-url/compare/v2.1.0...v3.1.2) --- updated-dependencies: - dependency-name: dj-database-url dependency-version: 3.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93bf228f..1857a478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "django==5.2.15", "natsort>=8.4.0", "psycopg[binary]>=3.0", - "dj-database-url>=2.1.0", + "dj-database-url>=3.1.2", "djangorestframework>=3.15.1", "django-extensions>=3.2.3", "django-cors-headers>=4.3.1",