From 1a47c25ae579131f6f83b7cdac2508ccdfefd372 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Fri, 10 Nov 2023 11:28:32 -0500 Subject: [PATCH] bump some versions --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 021ae40d..4983a4bb 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ namespace_packages=[], install_requires=[ "followthemoney==3.5.4", - "nomenklatura==3.6.9", + "nomenklatura==3.7.0", "asyncstdlib==3.10.9", "aiocron==1.8", "aiocsv==1.2.4", @@ -30,14 +30,14 @@ "python-multipart==0.0.6", "email-validator==2.0.0.post1", "structlog==23.2.0", - "pyicu==2.11", + "pyicu==2.12", "jellyfish==1.0.1", "orjson==3.9.10", "text-unidecode==1.3", "click==8.1.6", "normality==2.5.0", "languagecodes==1.1.1", - "countrynames==1.15.2", + "countrynames==1.15.3", "fingerprints==1.2.3", "pantomime==0.6.1", ],