From afb97aedb1eea4199a0d169bd971abc23a2ba30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 21:07:20 +0000 Subject: [PATCH] Bump django-jazzmin from 3.0.1 to 3.0.4 Bumps [django-jazzmin](https://github.com/farridav/django-jazzmin) from 3.0.1 to 3.0.4. - [Release notes](https://github.com/farridav/django-jazzmin/releases) - [Commits](https://github.com/farridav/django-jazzmin/compare/v3.0.1...v3.0.4) --- updated-dependencies: - dependency-name: django-jazzmin dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b7c166..f3eef7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django>=6.0,<7.0 # Lock to 3.0.1 until https://github.com/farridav/django-jazzmin/issues/651 is resolved -django-jazzmin==3.0.1 +django-jazzmin==3.0.4 django-import-export psycopg2-binary django-storages[boto3]