From 4398e7a85e861b4a97a1a8cc37d3b57b72ae8113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:58:24 +0000 Subject: [PATCH] build(deps-dev): bump py2exe from 0.10.3.0 to 0.10.3.1 Bumps [py2exe](https://github.com/py2exe/py2exe) from 0.10.3.0 to 0.10.3.1. - [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.10.3.0...v0.10.3.1) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 481b066f..b876d56a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ grip==4.5.2 # Packaging # We only need py2exe on windows. -py2exe==0.10.3.0; sys_platform == 'win32' +py2exe==0.10.3.1; sys_platform == 'win32' # Testing pytest==6.2.2