From 9bb8a2b920edc2f584c3c3a3d2b132b58311581e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:13:30 +0000 Subject: [PATCH] Bump django-health-check from 3.18.3 to 4.1.2 in /src Bumps [django-health-check](https://github.com/codingjoe/django-health-check) from 3.18.3 to 4.1.2. - [Release notes](https://github.com/codingjoe/django-health-check/releases) - [Commits](https://github.com/codingjoe/django-health-check/compare/3.18.3...4.1.2) --- updated-dependencies: - dependency-name: django-health-check dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 81007ff..d7a8ea0 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ Django==4.2.25 -django-health-check==3.18.3 +django-health-check==4.1.2 django-unfold==0.46.0 psycopg[binary]>=3.1 gunicorn==25.0.0