diff --git a/requirements-dev.txt b/requirements-dev.txt
index a3a64d5e..1370d925 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:
 # <https://github.com/py2exe/py2exe/issues/126>
-py2exe==0.12.0.2; sys_platform == 'win32'
+py2exe==0.13.0.0; sys_platform == 'win32'
 
 # Testing
 pytest==7.2.0