Skip to content

Commit deac712

Browse files
[Release] Synchronize for release (#102)
1 parent 82a2daa commit deac712

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.37.2",
4+
"reboot==0.38.1",
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.37.2",
12+
"reboot==0.38.1",
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
@@ -162,7 +162,7 @@ python-dateutil==2.9.0.post0
162162
pyyaml==6.0.2
163163
# via kubernetes-asyncio
164164
# via reboot
165-
reboot==0.37.2
165+
reboot==0.38.1
166166
setuptools==75.1.0
167167
# via grpcio-tools
168168
six==1.16.0

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ python-dateutil==2.9.0.post0
152152
pyyaml==6.0.2
153153
# via kubernetes-asyncio
154154
# via reboot
155-
reboot==0.37.2
155+
reboot==0.38.1
156156
setuptools==75.1.0
157157
# via grpcio-tools
158158
six==1.16.0

0 commit comments

Comments
 (0)