Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
requires-python = ">= 3.10"
dependencies = [
"reboot==0.39.1",
"reboot==0.39.3",
]

[tool.rye]
dev-dependencies = [
"mypy==1.18.1",
"pytest>=7.4.2",
"types-protobuf>=4.24.0.20240129",
"reboot==0.39.1",
"reboot==0.39.3",
]

# This project only uses `rye` to provide `python` and its dependencies, so
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pydantic==2.9.2
# via reboot
pydantic-core==2.23.4
# via pydantic
pyjwt==2.8.0
pyjwt==2.10.1
# via reboot
pyprctl==0.1.3
# via reboot
Expand All @@ -163,7 +163,7 @@ python-dateutil==2.9.0.post0
pyyaml==6.0.2
# via kubernetes-asyncio
# via reboot
reboot==0.39.1
reboot==0.39.3
setuptools==75.1.0
# via grpcio-tools
six==1.16.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pydantic==2.9.2
# via reboot
pydantic-core==2.23.4
# via pydantic
pyjwt==2.8.0
pyjwt==2.10.1
# via reboot
pyprctl==0.1.3
# via reboot
Expand All @@ -152,7 +152,7 @@ python-dateutil==2.9.0.post0
pyyaml==6.0.2
# via kubernetes-asyncio
# via reboot
reboot==0.39.1
reboot==0.39.3
setuptools==75.1.0
# via grpcio-tools
six==1.16.0
Expand Down