File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22requires-python = " >= 3.10"
33dependencies = [
4- " reboot==0.39.1 " ,
4+ " reboot==0.39.3 " ,
55]
66
77[tool .rye ]
88dev-dependencies = [
99 " mypy==1.18.1" ,
1010 " pytest>=7.4.2" ,
1111 " types-protobuf>=4.24.0.20240129" ,
12- " reboot==0.39.1 " ,
12+ " reboot==0.39.3 " ,
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 @@ -153,7 +153,7 @@ pydantic==2.9.2
153153 # via reboot
154154pydantic-core==2.23.4
155155 # via pydantic
156- pyjwt==2.8.0
156+ pyjwt==2.10.1
157157 # via reboot
158158pyprctl==0.1.3
159159 # via reboot
@@ -163,7 +163,7 @@ python-dateutil==2.9.0.post0
163163pyyaml==6.0.2
164164 # via kubernetes-asyncio
165165 # via reboot
166- reboot==0.39.1
166+ reboot==0.39.3
167167setuptools==75.1.0
168168 # via grpcio-tools
169169six==1.16.0
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ pydantic==2.9.2
143143 # via reboot
144144pydantic-core==2.23.4
145145 # via pydantic
146- pyjwt==2.8.0
146+ pyjwt==2.10.1
147147 # via reboot
148148pyprctl==0.1.3
149149 # via reboot
@@ -152,7 +152,7 @@ python-dateutil==2.9.0.post0
152152pyyaml==6.0.2
153153 # via kubernetes-asyncio
154154 # via reboot
155- reboot==0.39.1
155+ reboot==0.39.3
156156setuptools==75.1.0
157157 # via grpcio-tools
158158six==1.16.0
You can’t perform that action at this time.
0 commit comments