From 7a9e58438c13e49c9dcc7043c2839bfd8ab90dfd Mon Sep 17 00:00:00 2001 From: Maxim Martynov Date: Mon, 9 Aug 2021 11:11:43 +0300 Subject: [PATCH] Fix send2trash tests failing on Windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a75fd08b..4ae0febdc 100755 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ for more information. 'nbformat', 'nbconvert', 'ipykernel', # bless IPython kernel for now - 'Send2Trash>=1.5.0', + 'Send2Trash>=1.8.0', 'terminado>=0.8.3', 'prometheus_client' ],