From 10efa69737acf79e6165a973f63b628784e1381e Mon Sep 17 00:00:00 2001 From: Ondrej Vala <93932164+ondrejvala2@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:04:19 +0100 Subject: [PATCH] Update dependencies to latest versions in requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2734e51..5bad2a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ paho-mqtt==2.1.0 -protobuf==6.31.1 -pydantic==2.11.7 -rich==14.0.0 +protobuf==6.33.5 +pydantic==2.12.5 +rich==14.3.2 file:lib/fleet-protocol/protobuf/compiled/python \ No newline at end of file