Skip to content

Commit ce7e571

Browse files
authored
Merge branch 'main' into fix/singleton-sensor-tagging
2 parents 0d8d74f + 8266dd8 commit ce7e571

9 files changed

Lines changed: 17 additions & 17 deletions

File tree

autocalibration/requirements-runtime.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ onvif-zeep==0.2.12
1010
open3d-cpu[headless]==0.19.0
1111
opencv-python-headless==4.13.0.92
1212
paho-mqtt==2.1.0
13-
pillow==12.1.1
13+
pillow==12.2.0
1414
PyYAML==6.0.3
1515
scipy==1.17.1
1616
torch==2.11.0+cpu
1717
torchvision==0.26.0+cpu
18-
trimesh==4.11.2
18+
trimesh==4.11.5
1919
Flask==3.1.3
2020
flask-socketio==5.6.1
21-
eventlet==0.40.3
21+
eventlet==0.40.4

cluster_analytics/requirements-build.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# This file is licensed under Apache 2.0 License.
44

55
# Build-time dependencies with SHA256 hashes for supply chain security
6-
pybind11==3.0.2 \
7-
--hash=sha256:432f01aeb68e361a3a7fc7575c2c7f497595bf640f747acd909ff238dd766e06 \
8-
--hash=sha256:f8a6500548919cc33bcd220d5f984688326f574fa97f1107f2f4fdb4c6fb019f
6+
pybind11==3.0.3 \
7+
--hash=sha256:00471cdb816882c484708bc5dde80815c8c11cea540ab2cc6410f5ddea434755 \
8+
--hash=sha256:fb5f8e4a64946b4dcc0451c83a8c384f803bc0a62dd1ba02f199e97dbc9aad4c

cluster_analytics/requirements-runtime.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ paho-mqtt==2.1.0 \
99
--hash=sha256:6db9ba9b34ed5bc6b6e3812718c7e06e2fd7444540df2455d2c51bd58808feee
1010
protobuf==6.33.5 \
1111
--hash=sha256:cbf16ba3350fb7b889fca858fb215967792dc125b35c7976ca4818bee3521cf0
12-
scikit-learn==1.6.1 \
13-
--hash=sha256:25fc636bdaf1cc2f4a124a116312d837148b5e10872147bdaf4887926b8c03d8
12+
scikit-learn==1.8.0 \
13+
--hash=sha256:ada8121bcb4dac28d930febc791a69f7cb1673c8495e5eee274190b73a4559c1
1414
opencv-python-headless==4.13.0.92 \
1515
--hash=sha256:0525a3d2c0b46c611e2130b5fdebc94cf404845d8fa64d2f3a3b679572a5bd22
1616

controller/requirements-runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ orjson==3.11.6
1111
paho-mqtt==2.1.0
1212
scipy==1.17.1
1313
shapely==2.1.1
14-
trimesh==4.11.2
14+
trimesh==4.11.5
1515
vdms==0.0.22
1616
opentelemetry-api==1.38.0
1717
opentelemetry-sdk==1.38.0

manager/requirements-runtime.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ onvif-zeep==0.2.12
1616
open3d-cpu==0.19.0
1717
opencv-python-headless==4.13.0.92
1818
paho-mqtt==2.1.0
19-
pillow==12.1.1
19+
pillow==12.2.0
2020
plyfile==1.0.3
2121
psycopg2-binary==2.9.11
2222
PyYAML==6.0.3
2323
requests==2.33.0
2424
scipy==1.17.1
25-
trimesh==4.11.2
25+
trimesh==4.11.5
2626
urllib3==2.6.3
2727
websockets==15.0.1

tests/perf_tests/compose/docker-compose-inference_performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
init: true
5252

5353
mediaserver:
54-
image: bluenviron/mediamtx:1.17.0
54+
image: bluenviron/mediamtx:1.17.1
5555
networks:
5656
scenescape-test:
5757
aliases:

tracker/test/load/Dockerfile.k6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Copyright (C) 2026 Intel Corporation
33

44
# Build k6 with the xk6-mqtt extension for MQTT load testing.
5-
# xk6 Docker tag 1.3.6 bundles xk6 Go module v1.3.6 (Go 1.25.7).
6-
# See: https://github.com/grafana/xk6/releases/tag/v1.3.6
7-
FROM grafana/xk6:1.3.6@sha256:31962d9d306ee1ed953136d54c1a4c3b5c425c53d710f25e4995c4fb4235b294 AS builder
5+
# xk6 Docker tag 1.3.7 bundles xk6 Go module v1.3.7.
6+
# See: https://github.com/grafana/xk6/releases/tag/v1.3.7
7+
FROM grafana/xk6:1.3.7@sha256:a5543f005b660458843738a1b571d490ac1ea3d2b9a58375fec8553b196ac011 AS builder
88
ARG http_proxy
99
ARG https_proxy
1010
ARG no_proxy

tracker/test/load/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- load-test
3232

3333
otel-collector:
34-
image: otel/opentelemetry-collector-contrib:0.148.0
34+
image: otel/opentelemetry-collector-contrib:0.149.0
3535
hostname: otel-collector
3636
command: ["--config=/etc/otel-config.yaml"]
3737
ports:

tracker/test/service/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
start_period: 2s
5050

5151
otel-collector:
52-
image: otel/opentelemetry-collector-contrib:0.148.0
52+
image: otel/opentelemetry-collector-contrib:0.149.0
5353
configs:
5454
- source: otel-config
5555
target: /etc/otelcol-contrib/config.yaml

0 commit comments

Comments
 (0)