From 88bedd5947cc06cff36e613ffac86bec4fda6d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:46:32 +0000 Subject: [PATCH] build(deps): bump countrynames from 1.16.10 to 1.17.0 Bumps [countrynames](https://github.com/opensanctions/countrynames) from 1.16.10 to 1.17.0. - [Commits](https://github.com/opensanctions/countrynames/compare/1.16.10...1.17.0) --- updated-dependencies: - dependency-name: countrynames dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..f4726e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "text-unidecode == 1.3", "click >= 8.2,< 8.4", "normality == 3.1.0", - "countrynames == 1.16.10", + "countrynames == 1.17.0", "cryptography == 46.0.7", "followthemoney == 4.7.0", "fingerprints == 1.3.1",