From 82be518fd825dca7bc671350dc765d6b05308285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:46:44 +0000 Subject: [PATCH] build(deps): bump rigour from 1.8.0 to 1.8.1 Bumps [rigour](https://github.com/opensanctions/rigour) from 1.8.0 to 1.8.1. - [Commits](https://github.com/opensanctions/rigour/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: rigour dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c767345..66b83136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "followthemoney == 4.7.0", "fingerprints == 1.3.1", "nomenklatura == 4.7.3", - "rigour == 1.8.0", + "rigour == 1.8.1", "asyncstdlib == 3.14.0", "aiocron == 2.1", "aiocsv == 1.4.0",