From 1e7224f01f2c0ac037c1c6806712657148006b2f Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 22 Oct 2024 19:19:11 +1100 Subject: [PATCH] Upgrade django-countries to support Django 5.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 25bf596c..75a0568c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # Installed in virtualenv Django==5.1.2 +django-countries==7.6.1 +stripe # Provided by Debian Bookworm. beautifulsoup4==4.11.2 html5lib==1.1 -django-countries==7.3.2 Pillow==9.4.0 -stripe \ No newline at end of file