Skip to content

Commit e32fb8d

Browse files
[Release] Synchronize for release (#92)
1 parent 8bb2e2c commit e32fb8d

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.29.4",
4+
"reboot==0.29.5",
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.29.4",
12+
"reboot==0.29.5",
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
@@ -155,7 +155,7 @@ python-dateutil==2.9.0.post0
155155
pyyaml==6.0.2
156156
# via kubernetes-asyncio
157157
# via reboot
158-
reboot==0.29.4
158+
reboot==0.29.5
159159
setuptools==75.1.0
160160
# via grpcio-tools
161161
six==1.16.0

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ python-dateutil==2.9.0.post0
145145
pyyaml==6.0.2
146146
# via kubernetes-asyncio
147147
# via reboot
148-
reboot==0.29.4
148+
reboot==0.29.5
149149
setuptools==75.1.0
150150
# via grpcio-tools
151151
six==1.16.0

0 commit comments

Comments
 (0)