1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-20 10:57:37 +03:00

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-29 06:58:24 +00:00 committed by Athanasius
parent 4d1c6906e7
commit 4398e7a85e

View File

@ -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