From bd605479ff12080d850e044597345d4cc0554cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:57:57 +0000 Subject: [PATCH] Bump django-prometheus from 2.3.1 to 2.4.1 Bumps [django-prometheus](https://github.com/korfuri/django-prometheus) from 2.3.1 to 2.4.1. - [Release notes](https://github.com/korfuri/django-prometheus/releases) - [Changelog](https://github.com/django-commons/django-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/korfuri/django-prometheus/compare/v2.3.1...v2.4.1) --- updated-dependencies: - dependency-name: django-prometheus dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89ee6e690..0d1e51f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "django-jsonview==2.0.0", "django-oauth-toolkit==3.0.1", "django-otp==1.6.0", - "django-prometheus==2.3.1", + "django-prometheus==2.4.1", "django-reversion==5.0.12", "django_stubs_ext==5.2.0", "django-tables2==2.7.5",