mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
Bump smda from 1.5.10 to 1.5.11
Bumps [smda](https://github.com/danielplohmann/smda) from 1.5.10 to 1.5.11. - [Release notes](https://github.com/danielplohmann/smda/releases) - [Commits](https://github.com/danielplohmann/smda/commits) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ if sys.version_info >= (3, 0):
|
||||
# py3
|
||||
requirements.append("halo")
|
||||
requirements.append("networkx")
|
||||
requirements.append("smda==1.5.10")
|
||||
requirements.append("smda==1.5.11")
|
||||
else:
|
||||
# py2
|
||||
requirements.append("enum34==1.1.6") # v1.1.6 is needed by halo 0.0.30 / spinners 0.0.24
|
||||
|
||||
Reference in New Issue
Block a user