From aa15fab10b8d7ef2f9457f975a8a3e18a988bf33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:45:03 +0000 Subject: [PATCH] build(deps-dev): bump pyinstaller from 5.11.0 to 6.3.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.11.0 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.11.0...v6.3.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:development update-type: version-update:semver-major ... 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 c993a59db..2ba5a5b2d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt flake8==6.0.0 -pyinstaller==5.11.0 +pyinstaller==6.3.0 pytest==7.3.1 rstcheck[sphinx]==6.2.0