We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd2c17 commit c80ce63Copy full SHA for c80ce63
pyproject.toml
@@ -1,15 +1,15 @@
1
[project]
2
requires-python = ">= 3.10"
3
dependencies = [
4
- "reboot==0.25.3",
+ "reboot==0.25.4",
5
]
6
7
[tool.rye]
8
dev-dependencies = [
9
"mypy==1.2.0",
10
"pytest>=7.4.2",
11
"types-protobuf>=4.24.0.20240129",
12
13
14
15
# This project only uses `rye` to provide `python` and its dependencies, so
0 commit comments