From 325f7c565d97539f3e7ba1b429d5759ea5f0caf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:57:10 +0200 Subject: [PATCH] Bump django-localflavor from 4.0 to 5.0 (#5234) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20c4a79302..dd7892ea2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "django-hijack==3.7.*", "django-i18nfield==1.10.*", "django-libsass==0.9", - "django-localflavor==4.0", + "django-localflavor==5.0", "django-markup", "django-oauth-toolkit==2.3.*", "django-otp==1.6.*",