From 6ad2c38d49024cd3da3266ce677b0dcf8addddc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 07:56:52 +0000 Subject: [PATCH] Bump smda from 1.5.9 to 1.11.2 Bumps [smda](https://github.com/danielplohmann/smda) from 1.5.9 to 1.11.2. - [Release notes](https://github.com/danielplohmann/smda/releases) - [Changelog](https://github.com/danielplohmann/smda/blob/master/version_history.md) - [Commits](https://github.com/danielplohmann/smda/commits) --- updated-dependencies: - dependency-name: smda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 298d0a999..17cbd29e0 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # py3 requirements.append("halo") requirements.append("networkx") - requirements.append("smda==1.5.9") + requirements.append("smda==1.11.2") else: # py2 requirements.append("enum34==1.1.6") # v1.1.6 is needed by halo 0.0.30 / spinners 0.0.24