From ac3c3a2afcfc0b96f0a076a5250f5d8979aed7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:25:45 +0000 Subject: [PATCH] Bump django-health-check from 4.4.1 to 4.4.2 in /sensor_layer Bumps [django-health-check](https://github.com/codingjoe/django-health-check) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/codingjoe/django-health-check/releases) - [Commits](https://github.com/codingjoe/django-health-check/compare/4.4.1...4.4.2) --- updated-dependencies: - dependency-name: django-health-check dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sensor_layer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensor_layer/requirements.txt b/sensor_layer/requirements.txt index 96c7a9c..518bad0 100644 --- a/sensor_layer/requirements.txt +++ b/sensor_layer/requirements.txt @@ -1,7 +1,7 @@ django-filter==25.2 # --- Monitoring --- -django-health-check[psutil]==4.4.1 +django-health-check[psutil]==4.4.2 # --- Valkey / cache --- django-valkey[lz4]==0.4.1