From 1e301da26c94652dbf10159923d0d72a43e5066b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:56:41 +0200 Subject: [PATCH] Update django-countries requirement from ==8.2.* to ==9.0.* (#6269) Updates the requirements on [django-countries](https://github.com/SmileyChris/django-countries) to permit the latest version. - [Changelog](https://github.com/SmileyChris/django-countries/blob/main/CHANGES.md) - [Commits](https://github.com/SmileyChris/django-countries/compare/v8.2.0...v9.0.0) --- updated-dependencies: - dependency-name: django-countries dependency-version: 9.0.0 dependency-type: direct:production ... 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 716fd58027..57f86342fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "Django[argon2]==5.2.*", "django-bootstrap3==26.1", "django-compressor==4.6.0", - "django-countries==8.2.*", + "django-countries==9.0.*", "django-filter==25.1", "django-formset-js-improved==0.5.0.5", "django-formtools==2.6.1",