Skip to content

Commit 1181f1b

Browse files
committed
ci: 💚 Fix build
1 parent fe64d75 commit 1181f1b

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ codelimit = "codelimit.__main__:cli"
2929

3030
[dependency-groups]
3131
dev = [
32-
"pyinstaller~=6.0 ; python_version >= '3.8' and python_version < '3.14'",
3332
"pytest-cov>=4.0.0,<5",
3433
"pytest>=7.2.1,<8",
3534
"poethepoet>=0.21.1,<0.22",
3635
"types-pyyaml>=6.0.12.20240917,<7",
3736
"mypy>=1.13.0,<2",
3837
"black>=24.10.0,<25",
39-
"ruff>=0.8.2,<0.9"
38+
"ruff>=0.8.2,<0.9",
39+
"pyinstaller>=6.16.0",
4040
]
4141

4242
[build-system]

‎uv.lock‎

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

0 commit comments

Comments
 (0)