From 1ea1db28008029d2165b0705ed32b8aef8c65cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:44:12 +0000 Subject: [PATCH] Bump pyinstaller in /examples/distribution/PyInstaller Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.3 to 5.13.1. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v4.3...v5.13.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/distribution/PyInstaller/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/distribution/PyInstaller/requirements.txt b/examples/distribution/PyInstaller/requirements.txt index f28443fd..390bb9dd 100644 --- a/examples/distribution/PyInstaller/requirements.txt +++ b/examples/distribution/PyInstaller/requirements.txt @@ -1,3 +1,3 @@ -tcod==12.2.0 -pyinstaller==4.3 -pypiwin32; sys_platform=="win32" +tcod==12.2.0 +pyinstaller==5.13.1 +pypiwin32; sys_platform=="win32"