From 5266bfd48350d04c11a8891c0e837b1cb4aea902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:23:33 +0000 Subject: [PATCH] Bump the pyinstaller group with 2 updates (#7329) Bumps the pyinstaller group with 2 updates: [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib). Updates `pyinstaller` from 6.11.0 to 6.11.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/v6.11.0...v6.11.1) Updates `pyinstaller-hooks-contrib` from 2024.9 to 2024.10 - [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/v2024.9...v2024.10) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pyinstaller - dependency-name: pyinstaller-hooks-contrib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pyinstaller ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b90523359..4cde6302d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,8 +65,8 @@ dev = [ "click>=7.0,<=8.1.7", "hypothesis>=6.104.2,<=6.116.0", "pdoc>=14.5.1,<=15.0.0", - "pyinstaller==6.11.0", - "pyinstaller-hooks-contrib==2024.9", + "pyinstaller==6.11.1", + "pyinstaller-hooks-contrib==2024.10", "pytest-asyncio>=0.23.6,<=0.24.0", "pytest-cov>=5.0.0,<=6.0.0", "pytest-timeout>=2.3.1,<=2.3.1",