From 0c02af33e7fd5a0434bcff17cdd793ef03b32a11 Mon Sep 17 00:00:00 2001 From: Adam Dyess Date: Wed, 31 Jul 2024 13:45:04 -0500 Subject: [PATCH] Pin the version of path since 17.0 removed deprecated methods (#675) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ba1de1..8d79b5d 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'ruamel.yaml<0.18;python_version >= "3.7"', 'pathspec<0.11;python_version >= "3.7"', 'otherstuf<=1.1.0', - 'path.py>=10.5,<13', + 'path<17', 'pip>=1.5.4', 'jujubundlelib<0.6', 'virtualenv>=1.11.4,<21',