Skip to content

Commit 6af920a

Browse files
reboot-dev-botbenh
authored andcommitted
[Release] Synchronize for release
1 parent 7d0f9ad commit 6af920a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
requires-python = ">= 3.10"
33
dependencies = [
4-
"reboot==0.34.0",
4+
"reboot==0.35.0",
55
]
66

77
[tool.rye]
88
dev-dependencies = [
99
"mypy==1.2.0",
1010
"pytest>=7.4.2",
1111
"types-protobuf>=4.24.0.20240129",
12-
"reboot==0.34.0",
12+
"reboot==0.35.0",
1313
]
1414

1515
# This project only uses `rye` to provide `python` and its dependencies, so

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ python-dateutil==2.9.0.post0
156156
pyyaml==6.0.2
157157
# via kubernetes-asyncio
158158
# via reboot
159-
reboot==0.34.0
159+
reboot==0.35.0
160160
setuptools==75.1.0
161161
# via grpcio-tools
162162
six==1.16.0

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ python-dateutil==2.9.0.post0
146146
pyyaml==6.0.2
147147
# via kubernetes-asyncio
148148
# via reboot
149-
reboot==0.34.0
149+
reboot==0.35.0
150150
setuptools==75.1.0
151151
# via grpcio-tools
152152
six==1.16.0

0 commit comments

Comments
 (0)