From d9b3e1e40376741f464ccbb751101fcb06afa524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:14:03 +0000 Subject: [PATCH] chore(deps): bump django-localflavor from 4.0 to 5.0 Bumps [django-localflavor](https://github.com/django/django-localflavor) from 4.0 to 5.0. - [Changelog](https://github.com/django/django-localflavor/blob/master/docs/changelog.rst) - [Commits](https://github.com/django/django-localflavor/compare/4.0...5.0) --- updated-dependencies: - dependency-name: django-localflavor dependency-version: '5.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf27a97e6e..d8911c7fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ 'django-hierarkey==1.2.*', 'django-filter==24.3', 'django-scopes==2.0.*', - 'django-localflavor==4.0', + 'django-localflavor==5.0', 'django-cors-headers', 'reportlab==4.2.*', 'Pillow==11.0.*',