From 67e8f9a81d161347bb0511fa2ad958972ffda01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:20:16 +0000 Subject: [PATCH] Bump followthemoney from 3.7.3 to 3.7.4 (#540) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72332f90..c2be1771 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ packages=find_packages(exclude=["examples", "tests"]), namespace_packages=[], install_requires=[ - "followthemoney==3.7.3", + "followthemoney==3.7.4", "nomenklatura==3.13.1", "rigour==0.6.1", "asyncstdlib==3.12.5",