File tree 2 files changed +3
-2
lines changed
integrations/docker/images/base/chip-build
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ RUN set -x \
57
57
libdbus-glib-1-dev \
58
58
libdmalloc-dev \
59
59
libgif-dev \
60
+ libgirepository-1.0-1 \
60
61
libglib2.0-dev \
61
62
libical-dev \
62
63
libjpeg-dev \
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ mypy-extensions==1.0.0
134
134
# via mypy
135
135
mypy-protobuf==3.5.0
136
136
# via -r requirements.all.txt
137
- numpy==1.24.2
137
+ numpy==1.26.4
138
138
# via pandas
139
139
packaging==23.0
140
140
# via
@@ -143,7 +143,7 @@ packaging==23.0
143
143
# ghapi
144
144
# idf-component-manager
145
145
# west
146
- pandas==1.5.3 ; platform_machine != "aarch64" and platform_machine != "arm64"
146
+ pandas==2.1.4 ; platform_machine != "aarch64" and platform_machine != "arm64"
147
147
# via -r requirements.memory.txt
148
148
parso==0.8.3
149
149
# via jedi
You can’t perform that action at this time.
0 commit comments