File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ onvif-zeep==0.2.12
1010open3d-cpu[headless]==0.19.0
1111opencv-python-headless==4.13.0.92
1212paho-mqtt==2.1.0
13- pillow==12.1.1
13+ pillow==12.2.0
1414PyYAML==6.0.3
1515scipy==1.17.1
1616torch==2.11.0+cpu
1717torchvision==0.26.0+cpu
18- trimesh==4.11.2
18+ trimesh==4.11.5
1919Flask==3.1.3
2020flask-socketio==5.6.1
21- eventlet==0.40.3
21+ eventlet==0.40.4
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ paho-mqtt==2.1.0 \
99 --hash=sha256:6db9ba9b34ed5bc6b6e3812718c7e06e2fd7444540df2455d2c51bd58808feee
1010protobuf==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
1414opencv-python-headless==4.13.0.92 \
1515 --hash=sha256:0525a3d2c0b46c611e2130b5fdebc94cf404845d8fa64d2f3a3b679572a5bd22
1616
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ orjson==3.11.6
1111paho-mqtt==2.1.0
1212scipy==1.17.1
1313shapely==2.1.1
14- trimesh==4.11.2
14+ trimesh==4.11.5
1515vdms==0.0.22
1616opentelemetry-api==1.38.0
1717opentelemetry-sdk==1.38.0
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ onvif-zeep==0.2.12
1616open3d-cpu==0.19.0
1717opencv-python-headless==4.13.0.92
1818paho-mqtt==2.1.0
19- pillow==12.1.1
19+ pillow==12.2.0
2020plyfile==1.0.3
2121psycopg2-binary==2.9.11
2222PyYAML==6.0.3
2323requests==2.33.0
2424scipy==1.17.1
25- trimesh==4.11.2
25+ trimesh==4.11.5
2626urllib3==2.6.3
2727websockets==15.0.1
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
88ARG http_proxy
99ARG https_proxy
1010ARG no_proxy
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments