From d546e84031e39f68cc7e60821d5b158c42ef93a5 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 3 Dec 2021 11:40:31 +0000 Subject: [PATCH] Python 3.10: Bump py2exe version --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3b443e17..afc11caf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ grip==4.5.2 # Packaging # We only need py2exe on windows. -py2exe==0.10.4.1; sys_platform == 'win32' +py2exe==0.11.0.1; sys_platform == 'win32' # Testing pytest==6.2.5