From e20f6f5af4f2d9b6ab593a16a9575a7664f7a31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:14:10 +0000 Subject: [PATCH] Bump django-unfold from 0.46.0 to 0.81.0 in /src Bumps [django-unfold](https://github.com/unfoldadmin/django-unfold) from 0.46.0 to 0.81.0. - [Release notes](https://github.com/unfoldadmin/django-unfold/releases) - [Changelog](https://github.com/unfoldadmin/django-unfold/blob/main/CHANGELOG.md) - [Commits](https://github.com/unfoldadmin/django-unfold/compare/0.46.0...0.81.0) --- updated-dependencies: - dependency-name: django-unfold dependency-version: 0.81.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..d572251 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ Django==4.2.25 django-health-check==3.18.3 -django-unfold==0.46.0 +django-unfold==0.81.0 psycopg[binary]>=3.1 gunicorn==25.0.0 mozilla-django-oidc>=2.0.0