From 149a1031f5b5b7e68fc56b989a05235b801f936c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:18:26 +0000 Subject: [PATCH] chore(deps): bump dj-database-url from 0.5.0 to 3.1.2 Bumps [dj-database-url](https://github.com/jazzband/dj-database-url) from 0.5.0 to 3.1.2. - [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/v0.5.0...v3.1.2) --- updated-dependencies: - dependency-name: dj-database-url dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e21e6557..9b6fda8fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "pythondotorg" version = "0.1.0" requires-python = ">=3.12" dependencies = [ - "dj-database-url==0.5.0", + "dj-database-url==3.1.2", "django-pipeline==4.1.0", "django-sitetree==1.18.0", "django-apptemplates==1.5",