From 7fb26a71de0de0401bb385b7ed11d33aaaaf091a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 06:20:22 +0000 Subject: [PATCH] Bump nomenklatura from 3.13.0 to 3.13.1 Bumps [nomenklatura](https://github.com/opensanctions/nomenklatura) from 3.13.0 to 3.13.1. - [Commits](https://github.com/opensanctions/nomenklatura/compare/3.13.0...3.13.1) --- updated-dependencies: - dependency-name: nomenklatura 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 7088eda..ba8ef42 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ namespace_packages=[], install_requires=[ "followthemoney==3.7.0", - "nomenklatura==3.13.0", + "nomenklatura==3.13.1", "rigour==0.6.1", "asyncstdlib==3.12.4", "aiocron==1.8",