From 03a210a514cdc5898bab36face341c3696d4f0ed Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 20 Sep 2022 11:52:58 +0100 Subject: [PATCH] Revert "build(deps-dev): bump py2exe from 0.11.1.1 to 0.12.0.0" This reverts commit 6d11bcfb353f3614ffb494ce48dd8740c547ecbd. 0.12.0.0 has broken the now deprecated `setup()` interface, so we'll wait to confirm that's unbroken and *then* move to the new `freeze()` API. --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d1198202..b2d2ff37 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,7 +37,7 @@ lxml==4.9.1 # We only need py2exe on windows. # Pre-release version addressing semantic_version 2.9.0+ issues: # -py2exe==0.12.0.0; sys_platform == 'win32' +py2exe==0.11.1.1; sys_platform == 'win32' # Testing pytest==7.1.3