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.29.4 " ,
4+ " reboot==0.29.5 " ,
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.29.4 " ,
12+ " reboot==0.29.5 " ,
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 @@ -155,7 +155,7 @@ python-dateutil==2.9.0.post0
155155pyyaml==6.0.2
156156 # via kubernetes-asyncio
157157 # via reboot
158- reboot==0.29.4
158+ reboot==0.29.5
159159setuptools==75.1.0
160160 # via grpcio-tools
161161six==1.16.0
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ python-dateutil==2.9.0.post0
145145pyyaml==6.0.2
146146 # via kubernetes-asyncio
147147 # via reboot
148- reboot==0.29.4
148+ reboot==0.29.5
149149setuptools==75.1.0
150150 # via grpcio-tools
151151six==1.16.0
You can’t perform that action at this time.
0 commit comments