diff --git a/admin-tools/check-3.0-3.2-versions.sh b/admin-tools/check-3.0-3.2-versions.sh old mode 100644 new mode 100755 diff --git a/pyproject.toml b/pyproject.toml index b8e8c462..dcee5ab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ name = "uncompyle6" description = "Python cross-version byte-code library and disassembler" dependencies = [ "click", - "spark-parser >= 1.8.9, < 1.9.1", + "spark-parser >= 1.8.9, < 1.9.2", "xdis >= 6.1.0, < 6.2.0", ] readme = "README.rst"