From 424a92676a386ea026301057e0fc5fc2718b858d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:12:51 +0200 Subject: [PATCH] Bump django-localflavor from 3.1 to 4.0 (#3263) 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 d897495ca..f433a4852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "django-hijack==3.3.*", "django-i18nfield==1.9.*,>=1.9.4", "django-libsass==0.9", - "django-localflavor==3.1", + "django-localflavor==4.0", "django-markup", "django-mysql", "django-oauth-toolkit==2.2.*",