Skip to content

Commit 5461d70

Browse files
Bump pyinstaller from 5.13.2 to 6.0.0
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.13.2 to 6.0.0. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v5.13.2...v6.0.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89ec2e4 commit 5461d70

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

poetry.lock

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ responses = ">=0.23.1,<0.24.0"
5555
pyfakefs = ">=5.7.2,<5.8.0"
5656

5757
[tool.poetry.group.executable.dependencies]
58-
pyinstaller = {version=">=5.13.2,<5.14.0", python=">=3.8,<3.13"}
58+
pyinstaller = {version=">=5.13.2,<6.1.0", python=">=3.8,<3.13"}
5959
dunamai = ">=1.18.0,<1.22.0"
6060

6161
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)