We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae40a1 commit 8b66563Copy full SHA for 8b66563
fifoci/runner/pyproject.toml
@@ -7,16 +7,16 @@ requires-python = ">=3.10"
7
license = { text = "BSD-2-Clause" }
8
9
dependencies = [
10
- "Pillow>=9.4.0,<10",
11
- "requests>=2.28.2,<3",
+ "Pillow>=11.3.0,<12",
+ "requests>=2.32.5,<3",
12
]
13
14
[project.scripts]
15
fifoci-runner = "fifoci.runner.__main__:main"
16
17
[dependency-groups]
18
dev = [
19
- "black>=22.12.0,<23"
+ "black>=25.1.0,<26"
20
21
22
[build-system]
0 commit comments