From 1879a9f90c522108098189e2f741db2f627bd16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 06:30:47 +0000 Subject: [PATCH] Bump followthemoney from 3.4.3 to 3.4.4 Bumps [followthemoney](https://github.com/alephdata/followthemoney) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/alephdata/followthemoney/releases) - [Commits](https://github.com/alephdata/followthemoney/compare/v3.4.3...v3.4.4) --- 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 7705523c..60827329 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ packages=find_packages(exclude=["examples", "tests"]), namespace_packages=[], install_requires=[ - "followthemoney==3.4.3", + "followthemoney==3.4.4", "nomenklatura==3.2.0", "asyncstdlib==3.10.8", "aiocron==1.8",