From a0d35f114ece6bcdfe2362f7d5a3de4960efc8fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:29:14 +0000 Subject: [PATCH] Bump followthemoney from 3.5.4 to 3.5.5 Bumps [followthemoney](https://github.com/alephdata/followthemoney) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/alephdata/followthemoney/releases) - [Commits](https://github.com/alephdata/followthemoney/compare/v3.5.4...v3.5.5) --- 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 4983a4bb..c72ed70a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ packages=find_packages(exclude=["examples", "tests"]), namespace_packages=[], install_requires=[ - "followthemoney==3.5.4", + "followthemoney==3.5.5", "nomenklatura==3.7.0", "asyncstdlib==3.10.9", "aiocron==1.8",