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.37.2 " ,
4+ " reboot==0.38.1 " ,
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.37.2 " ,
12+ " reboot==0.38.1 " ,
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 @@ -162,7 +162,7 @@ python-dateutil==2.9.0.post0
162162pyyaml==6.0.2
163163 # via kubernetes-asyncio
164164 # via reboot
165- reboot==0.37.2
165+ reboot==0.38.1
166166setuptools==75.1.0
167167 # via grpcio-tools
168168six==1.16.0
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ python-dateutil==2.9.0.post0
152152pyyaml==6.0.2
153153 # via kubernetes-asyncio
154154 # via reboot
155- reboot==0.37.2
155+ reboot==0.38.1
156156setuptools==75.1.0
157157 # via grpcio-tools
158158six==1.16.0
You can’t perform that action at this time.
0 commit comments