From fdd29143bd99ebf879f1d224ff4dfa58949770b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 09:19:56 +0000 Subject: [PATCH] Bump followthemoney from 4.6.0 to 4.8.0 Bumps [followthemoney](https://github.com/opensanctions/followthemoney) from 4.6.0 to 4.8.0. - [Release notes](https://github.com/opensanctions/followthemoney/releases) - [Commits](https://github.com/opensanctions/followthemoney/compare/v4.6.0...v4.8.0) --- updated-dependencies: - dependency-name: followthemoney dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 +++++++-------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d302ce..a0df90e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -989,18 +989,18 @@ pyflakes = ">=3.4.0,<3.5.0" [[package]] name = "followthemoney" -version = "4.6.0" +version = "4.8.0" description = "A data model for anti corruption data modeling and analysis." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "followthemoney-4.6.0-py3-none-any.whl", hash = "sha256:0cbb79194a4ce1bae81553f14a42ce281051e2056a330aea6f9419be37a9ba4b"}, + {file = "followthemoney-4.8.0-py3-none-any.whl", hash = "sha256:916fd60cfcaa4d012ca4e61a5052f0bb218cf3b4a05caba94f37329d263c1cb4"}, ] [package.dependencies] babel = ">=2.14.0,<3.0.0" -banal = ">=1.0.6,<1.1.0" +banal = ">=1.0.0,<1.2.0" click = ">=8.0,<9.0.0" networkx = ">=2.5,<3.5" normality = ">=3.1.0,<4.0.0" @@ -1013,7 +1013,7 @@ pytz = ">=2021.1" pyyaml = ">=5.0.0,<7.0.0" rdflib = ">=6.2.0,<7.7.0" requests = ">=2.21.0,<3.0.0" -rigour = ">=1.6.0,<2.0.0" +rigour = ">=1.8.1,<2.0.0" sqlalchemy = {version = ">=2.0.0,<3.0.0", extras = ["mypy"]} [package.extras] @@ -3756,19 +3756,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rigour" -version = "1.7.5" +version = "1.8.1" description = "Financial crime domain data validation and normalization library." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "rigour-1.7.5-py3-none-any.whl", hash = "sha256:240591d88d2cf0d667b798ae2bfaa1cfd5ba07d7cf6ab64cc87fea30c9965455"}, + {file = "rigour-1.8.1-py3-none-any.whl", hash = "sha256:8093d41b3ccfbd91cc7e18426048ff28dfbd8794a6fff9e8a04f26b07e8ec5d6"}, ] [package.dependencies] ahocorasick-rs = ">=0.22.0,<1.1.0" babel = ">=2.9.1,<3.0.0" -banal = ">=1.0.6,<1.1.0" fingerprints = ">=1.0.1,<2.0.0" jellyfish = ">=1.0.0,<2.0.0" jinja2 = ">=3.1.0,<4.0.0" @@ -4631,4 +4630,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14" -content-hash = "d1c883cefc659b60560d4921645643d7322b2233d57a3ababce5360da3ae1b01" +content-hash = "9e7259f5cc40ccccdd4810550f8b7a7c1c6990e071cb90fa588aba194e42f438" diff --git a/pyproject.toml b/pyproject.toml index 1c502ae..cfa4973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ requires-python = ">=3.11,<3.14" dependencies = [ "anystore (>=1.1.4,<2.0.0)", - "followthemoney (>=4.6.0,<5.0.0)", + "followthemoney (>=4.8.0,<5.0.0)", "ftmq[level] (>=4.6.0,<5.0.0)", "tantivy (>=0.25.1,<0.26.0)", "jellyfish (>=1.2.1,<2.0.0)",