From 6928fafa52a51257c019870f67c36d11bf2fa6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:11:17 +0000 Subject: [PATCH] Update pycountry requirement in /backend Updates the requirements on [pycountry](https://github.com/flyingcircusio/pycountry) to permit the latest version. - [Changelog](https://github.com/pycountry/pycountry/blob/main/HISTORY.txt) - [Commits](https://github.com/flyingcircusio/pycountry/compare/19.8.18...24.6.1) --- updated-dependencies: - dependency-name: pycountry dependency-version: 24.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 494cf90c75..473829adcd 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "django-storages==1.14.4", "sentry-sdk>=2.14.0", "boto3==1.35.76", - "pycountry<20.0,>=19.8", + "pycountry>=19.8,<25.0", "countries<1.0.0,>=0.2.0", "django-ses==4.1.1", "hashids<2.0.0,>=1.2.0",