File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[project ]
22requires-python = " >= 3.10"
33dependencies = [
4- " reboot==0.34 .0" ,
4+ " reboot==0.35 .0" ,
55]
66
77[tool .rye ]
88dev-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
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ python-dateutil==2.9.0.post0
156156pyyaml==6.0.2
157157 # via kubernetes-asyncio
158158 # via reboot
159- reboot==0.34 .0
159+ reboot==0.35 .0
160160setuptools==75.1.0
161161 # via grpcio-tools
162162six==1.16.0
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ python-dateutil==2.9.0.post0
146146pyyaml==6.0.2
147147 # via kubernetes-asyncio
148148 # via reboot
149- reboot==0.34 .0
149+ reboot==0.35 .0
150150setuptools==75.1.0
151151 # via grpcio-tools
152152six==1.16.0
You can’t perform that action at this time.
0 commit comments