From 390d524112d6f64cd831faff778392e1c71a3d2f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:45:50 +0100 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate (#276) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 25.1.0 → 25.9.0](https://github.com/psf/black/compare/25.1.0...25.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d933b1f..6e0d668 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black args: [--target-version=py38] From 8a3c372deb60c32afabd5a327146e62e3b9fe79e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:56:33 +0000 Subject: [PATCH 2/3] [pre-commit.ci] pre-commit autoupdate (#278) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 6.0.1 → 7.0.0](https://github.com/pycqa/isort/compare/6.0.1...7.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e0d668..6257bb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,13 +6,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: "6.0.1" + rev: "7.0.0" hooks: - id: isort args: ["--profile", "black"] - - repo: https://github.com/psf/black - rev: 25.9.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black args: [--target-version=py38] From 438ec393ab8fd0228279aceeac922d0d07f086eb Mon Sep 17 00:00:00 2001 From: GabrielBarrantes Date: Mon, 15 Dec 2025 09:58:23 -0600 Subject: [PATCH 3/3] Update license to BSD-3-Clause in setup.py (#279) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e16d04..4e1e0ec 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="dj-database-url", version="3.0.1", url="https://github.com/jazzband/dj-database-url", - license="BSD", + license="BSD-3-Clause", author="Original Author: Kenneth Reitz, Maintained by: JazzBand Community", description="Use Database URLs in your Django Application.", long_description=readme,