From 6d11bcfb353f3614ffb494ce48dd8740c547ecbd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Sep 2022 17:04:40 +0000
Subject: [PATCH] build(deps-dev): bump py2exe from 0.11.1.1 to 0.12.0.0

Bumps [py2exe](https://github.com/py2exe/py2exe) from 0.11.1.1 to 0.12.0.0.
- [Release notes](https://github.com/py2exe/py2exe/releases)
- [Changelog](https://github.com/py2exe/py2exe/blob/master/ChangeLog)
- [Commits](https://github.com/py2exe/py2exe/compare/v0.11.1.1...v0.12.0.0)

---
updated-dependencies:
- dependency-name: py2exe
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index b2d2ff37..d1198202 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.11.1.1; sys_platform == 'win32'
+py2exe==0.12.0.0; sys_platform == 'win32'
 
 # Testing
 pytest==7.1.3