From e8ea5dca3d55e40fd92967e7901dbfd5eb37c69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:43:29 +0000 Subject: [PATCH] Bump django-jazzmin from 3.0.1 to 3.0.5 Bumps [django-jazzmin](https://github.com/farridav/django-jazzmin) from 3.0.1 to 3.0.5. - [Release notes](https://github.com/farridav/django-jazzmin/releases) - [Commits](https://github.com/farridav/django-jazzmin/compare/v3.0.1...v3.0.5) --- updated-dependencies: - dependency-name: django-jazzmin dependency-version: 3.0.5 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 99f3d311..a6f3e560 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django>=6.0.5,<7.0 django-vite==3.1.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.5 django-import-export psycopg2-binary django-storages[boto3]