From 120bdaedb98a3cfdc9621310631522e1df2bc4a8 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 9 Dec 2019 14:08:02 -0500 Subject: [PATCH] Bump xdis version --- __pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 8c641ddd..60ec1573 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -58,7 +58,7 @@ entry_points = { ]} ftp_url = None install_requires = ["spark-parser >= 1.8.9, < 1.9.0", - "xdis >= 4.1.3, < 4.2.0"] + "xdis >= 4.2.0, < 4.3.0"] license = "GPL3" mailing_list = "python-debugger@googlegroups.com"