From e54709deb53a98a4a88ac1a42f93fe76f8644258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:46:43 +0000 Subject: [PATCH] Bump nomenklatura from 3.10.4 to 3.10.5 Bumps [nomenklatura](https://github.com/opensanctions/nomenklatura) from 3.10.4 to 3.10.5. - [Commits](https://github.com/opensanctions/nomenklatura/compare/3.10.4...3.10.5) --- 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 f598a1e3..cbfa6bdb 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ namespace_packages=[], install_requires=[ "followthemoney==3.5.9", - "nomenklatura==3.10.4", + "nomenklatura==3.10.5", "rigour==0.5.1", "asyncstdlib==3.12.1", "aiocron==1.8",