From 923f44330d56401ab187e36a5d9fa30e7a054a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:59:44 +0000 Subject: [PATCH] Bump followthemoney from 3.5.2 to 3.5.3 Bumps [followthemoney](https://github.com/alephdata/followthemoney) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/alephdata/followthemoney/releases) - [Commits](https://github.com/alephdata/followthemoney/compare/v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: followthemoney dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c97af05d..8c8f87d8 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ packages=find_packages(exclude=["examples", "tests"]), namespace_packages=[], install_requires=[ - "followthemoney==3.5.2", + "followthemoney==3.5.3", "nomenklatura==3.4.0", "asyncstdlib==3.10.8", "aiocron==1.8",