From 6e8d72e9d4b3520f7f2f5d368411069c5d1b9dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:41:04 +0000 Subject: [PATCH] build(deps): bump pyinstaller-hooks-contrib from 2024.8 to 2024.9 Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2024.8 to 2024.9. - [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.8...v2024.9) --- updated-dependencies: - dependency-name: pyinstaller-hooks-contrib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-3.10-Linux.txt | 6 +++--- requirements/requirements-3.10-Windows.txt | 6 +++--- requirements/requirements-3.10-macOS.txt | 6 +++--- requirements/requirements-3.11-Linux.txt | 6 +++--- requirements/requirements-3.11-Windows.txt | 6 +++--- requirements/requirements-3.11-macOS.txt | 6 +++--- requirements/requirements-3.12-Linux.txt | 6 +++--- requirements/requirements-3.12-Windows.txt | 6 +++--- requirements/requirements-3.12-macOS.txt | 6 +++--- requirements/requirements-3.8-Linux.txt | 6 +++--- requirements/requirements-3.9-Linux.txt | 6 +++--- requirements/requirements-3.9-Windows.txt | 6 +++--- requirements/requirements-3.9-macOS.txt | 6 +++--- 13 files changed, 39 insertions(+), 39 deletions(-) diff --git a/requirements/requirements-3.10-Linux.txt b/requirements/requirements-3.10-Linux.txt index ff82c2b9b..9f61edd88 100644 --- a/requirements/requirements-3.10-Linux.txt +++ b/requirements/requirements-3.10-Linux.txt @@ -691,9 +691,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyside6==6.6.3.1 \ --hash=sha256:35936f06257e5c37ae8993da0cb5a528e5db3ea1fc2bb6b12cdf899a11510966 \ diff --git a/requirements/requirements-3.10-Windows.txt b/requirements/requirements-3.10-Windows.txt index af8e479c4..c63c4a00a 100644 --- a/requirements/requirements-3.10-Windows.txt +++ b/requirements/requirements-3.10-Windows.txt @@ -706,9 +706,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyside6==6.6.3.1 \ --hash=sha256:35936f06257e5c37ae8993da0cb5a528e5db3ea1fc2bb6b12cdf899a11510966 \ diff --git a/requirements/requirements-3.10-macOS.txt b/requirements/requirements-3.10-macOS.txt index 1984e9f77..44d578b6c 100644 --- a/requirements/requirements-3.10-macOS.txt +++ b/requirements/requirements-3.10-macOS.txt @@ -394,9 +394,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyrsistent==0.20.0 \ --hash=sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f \ diff --git a/requirements/requirements-3.11-Linux.txt b/requirements/requirements-3.11-Linux.txt index 07f5e48be..f72b38d8b 100644 --- a/requirements/requirements-3.11-Linux.txt +++ b/requirements/requirements-3.11-Linux.txt @@ -685,9 +685,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyside6==6.6.3.1 \ --hash=sha256:35936f06257e5c37ae8993da0cb5a528e5db3ea1fc2bb6b12cdf899a11510966 \ diff --git a/requirements/requirements-3.11-Windows.txt b/requirements/requirements-3.11-Windows.txt index 01e311a38..5f411d9f9 100644 --- a/requirements/requirements-3.11-Windows.txt +++ b/requirements/requirements-3.11-Windows.txt @@ -700,9 +700,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyside6==6.6.3.1 \ --hash=sha256:35936f06257e5c37ae8993da0cb5a528e5db3ea1fc2bb6b12cdf899a11510966 \ diff --git a/requirements/requirements-3.11-macOS.txt b/requirements/requirements-3.11-macOS.txt index e1a79c57d..8ee95f559 100644 --- a/requirements/requirements-3.11-macOS.txt +++ b/requirements/requirements-3.11-macOS.txt @@ -388,9 +388,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyrsistent==0.20.0 \ --hash=sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f \ diff --git a/requirements/requirements-3.12-Linux.txt b/requirements/requirements-3.12-Linux.txt index 6258aa5a3..7181d2779 100644 --- a/requirements/requirements-3.12-Linux.txt +++ b/requirements/requirements-3.12-Linux.txt @@ -685,9 +685,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyside6==6.6.3.1 \ --hash=sha256:35936f06257e5c37ae8993da0cb5a528e5db3ea1fc2bb6b12cdf899a11510966 \ diff --git a/requirements/requirements-3.12-Windows.txt b/requirements/requirements-3.12-Windows.txt index 57fc32473..690d4d01a 100644 --- a/requirements/requirements-3.12-Windows.txt +++ b/requirements/requirements-3.12-Windows.txt @@ -700,9 +700,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyside6==6.6.3.1 \ --hash=sha256:35936f06257e5c37ae8993da0cb5a528e5db3ea1fc2bb6b12cdf899a11510966 \ diff --git a/requirements/requirements-3.12-macOS.txt b/requirements/requirements-3.12-macOS.txt index 7c9f4b7ae..c268f99ad 100644 --- a/requirements/requirements-3.12-macOS.txt +++ b/requirements/requirements-3.12-macOS.txt @@ -388,9 +388,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyrsistent==0.20.0 \ --hash=sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f \ diff --git a/requirements/requirements-3.8-Linux.txt b/requirements/requirements-3.8-Linux.txt index 1bf2ea3b2..a04842cac 100644 --- a/requirements/requirements-3.8-Linux.txt +++ b/requirements/requirements-3.8-Linux.txt @@ -705,9 +705,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyside6==6.6.3.1 \ --hash=sha256:35936f06257e5c37ae8993da0cb5a528e5db3ea1fc2bb6b12cdf899a11510966 \ diff --git a/requirements/requirements-3.9-Linux.txt b/requirements/requirements-3.9-Linux.txt index 2dbb3cc95..2b70bd2e5 100644 --- a/requirements/requirements-3.9-Linux.txt +++ b/requirements/requirements-3.9-Linux.txt @@ -694,9 +694,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyside6==6.6.3.1 \ --hash=sha256:35936f06257e5c37ae8993da0cb5a528e5db3ea1fc2bb6b12cdf899a11510966 \ diff --git a/requirements/requirements-3.9-Windows.txt b/requirements/requirements-3.9-Windows.txt index bb4d5e484..9a2ec5474 100644 --- a/requirements/requirements-3.9-Windows.txt +++ b/requirements/requirements-3.9-Windows.txt @@ -709,9 +709,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyside6==6.6.3.1 \ --hash=sha256:35936f06257e5c37ae8993da0cb5a528e5db3ea1fc2bb6b12cdf899a11510966 \ diff --git a/requirements/requirements-3.9-macOS.txt b/requirements/requirements-3.9-macOS.txt index e795a46d0..e0707c8e5 100644 --- a/requirements/requirements-3.9-macOS.txt +++ b/requirements/requirements-3.9-macOS.txt @@ -397,9 +397,9 @@ pyinstaller==6.9.0 \ --hash=sha256:f2fc568de3d6d2a176716a3fc9f20da06d351e8bea5ddd10ecb5659fce3a05b0 \ --hash=sha256:f4a75c552facc2e2a370f1e422b971b5e5cdb4058ff38cea0235aa21fc0b378f # via -r base.in -pyinstaller-hooks-contrib==2024.8 \ - --hash=sha256:0057fe9a5c398d3f580e73e58793a1d4a8315ca91c3df01efea1c14ed557825a \ - --hash=sha256:29b68d878ab739e967055b56a93eb9b58e529d5b054fbab7a2f2bacf80cef3e2 +pyinstaller-hooks-contrib==2024.9 \ + --hash=sha256:1ddf9ba21d586afa84e505bb5c65fca10b22500bf3fdb89ee2965b99da53b891 \ + --hash=sha256:4793869f370d1dc4806c101efd2890e3c3e703467d8d27bb5a3db005ebfb008d # via pyinstaller pyrsistent==0.20.0 \ --hash=sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f \