From 6e395db43f1f5544427d81c594abf6564d9c5608 Mon Sep 17 00:00:00 2001 From: "neiljp (Neil Pilgrim)" Date: Fri, 25 Mar 2022 13:25:02 -0700 Subject: [PATCH] requirements[dev_helper]: Upgrade snakeviz from ==0.4.2 to >=2.1.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06a5ea7361..171a2703b8 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def long_description(): dev_helper_deps = [ "pudb==2022.1.1", - "snakeviz==0.4.2", + "snakeviz>=2.1.1", "gitlint>=0.10", "autopep8~=1.5.4", "autoflake~=1.3.1",