Skip to content

Commit 8b66563

Browse files
committed
runner: Update dependencies to the latest versions
1 parent 0ae40a1 commit 8b66563

File tree

2 files changed

+141
-40
lines changed

2 files changed

+141
-40
lines changed

fifoci/runner/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ requires-python = ">=3.10"
77
license = { text = "BSD-2-Clause" }
88

99
dependencies = [
10-
"Pillow>=9.4.0,<10",
11-
"requests>=2.28.2,<3",
10+
"Pillow>=11.3.0,<12",
11+
"requests>=2.32.5,<3",
1212
]
1313

1414
[project.scripts]
1515
fifoci-runner = "fifoci.runner.__main__:main"
1616

1717
[dependency-groups]
1818
dev = [
19-
"black>=22.12.0,<23"
19+
"black>=25.1.0,<26"
2020
]
2121

2222
[build-system]

0 commit comments

Comments
 (0)