Skip to content

Commit 2a68da7

Browse files
build(deps-dev): update pyinstaller-hooks-contrib requirement
Updates the requirements on [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) to permit the latest version. - [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst) - [Commits](pyinstaller/pyinstaller-hooks-contrib@v2025.0...v2026.0) --- updated-dependencies: - dependency-name: pyinstaller-hooks-contrib dependency-version: '2026.0' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 497b045 commit 2a68da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ packaging = [
8282
"build>=1.2.2,<2",
8383
"distro==1.9.* ; sys_platform == 'linux'",
8484
"pyinstaller>=6.14.2,<6.18",
85-
"pyinstaller-hooks-contrib==2025.*",
85+
"pyinstaller-hooks-contrib>=2025,<2027",
8686
"pypiwin32==223 ; sys_platform == 'win32'",
8787
]
8888
all = ["tinify>=1.6,<2", "Pillow>=10.0.1,<13"]

0 commit comments

Comments
 (0)