Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/requirements/checkov.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
checkov
aiohttp>=3.14.1 # Async HTTP client (transitive via checkov); pinned >=3.14.1 to resolve GHSA-h44m-gjqg-c33q
246 changes: 124 additions & 122 deletions .github/requirements/checkov.txt

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/docusaurus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion docs/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"fast-uri": "^3.1.2",
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
"shell-quote": "^1.8.4",
"qs": "^6.15.2"
"qs": "^6.15.2",
"http-proxy-middleware": "^2.0.10",
"js-yaml@^3": "^3.15.0"
},
"browserslist": {
"production": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ werkzeug==3.1.8

# Data processing and utilities
numpy>=2.5.0
opencv-python==4.13.0.92
Pillow==12.3.0

# System monitoring
Expand Down
211 changes: 56 additions & 155 deletions src/500-application/506-ros2-connector/services/requirements.base.txt

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ envy = "0.4"
# Logging and tracing
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
tracing-opentelemetry = "0.27"
tracing-opentelemetry = "0.33"

# HTTP server for health checks
warp = "0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ opencv-python-headless==4.13.0.92
paho-mqtt==2.1.0
defusedxml==0.7.1
onvif-zeep-async==4.0.4
lxml==6.1.0
lxml>=6.1.1
lxml-html-clean>=0.4.5
aiohttp>=3.14.0
Loading
Loading