From 60adba1aedf48997298f412c7fa3e8ead09b3178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:08:32 +0000 Subject: [PATCH] Bump pyinstaller from 5.13.2 to 6.3.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.13.2 to 6.3.0. - [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/v5.13.2...v6.3.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e7b7361..796507a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyInstaller==5.13.2 +PyInstaller==6.3.0 pytest==7.4.2 pylint==2.17.6 codecov==2.1.13