[bot] Update Python packages (#36966)

* Update Python packages

* ty fixes

---------

Co-authored-by: Vehicle Researcher <user@comma.ai>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
commaci-public
2026-01-19 11:39:21 -08:00
committed by GitHub
parent 1f9efd9311
commit a46ff01cab
21 changed files with 912 additions and 953 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import dearpygui.dearpygui as dpg
import multiprocessing
import uuid
import signal
import yaml # type: ignore
import yaml
from openpilot.common.swaglog import cloudlog
from openpilot.common.basedir import BASEDIR
from openpilot.tools.jotpluggler.data import DataManager
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# type: ignore
import os
import time