Skip to content

Commit 6046eba

Browse files
committed
bump requirements
1 parent 268022f commit 6046eba

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# API framework
22
connexion==2.14.2
3-
Flask==2.2.3
3+
Flask==2.3.3
44
Flask-Cors==3.0.10
5-
tinydb==4.7.1
6-
Werkzeug==2.2.3
5+
tinydb==4.8.0
6+
Werkzeug==2.3.8
77

88
# Misc utils
9-
setuptools==67.4.0
9+
setuptools==69.2.0
1010
event-channel==0.4.3
1111

1212
# IO extensions
1313
pigpio==1.78
14-
smbus2==0.4.2
15-
spidev==3.5
14+
smbus2==0.4.3
15+
spidev==3.6
1616

1717
# Audio
1818
sox==1.4.1
19-
PyAudio==0.2.12
20-
pyalsaaudio==0.9.2
19+
PyAudio==0.2.14
20+
pyalsaaudio==0.10.0
2121

2222
# Computer Vision
23-
grpcio==1.48.1
24-
numpy==1.24.2
25-
Pillow==9.4.0
26-
protobuf==4.22.0
23+
grpcio==1.62.1
24+
numpy==1.26.4
25+
Pillow==10.2.0
26+
protobuf==4.25.2
2727
opencv-contrib-python==4.5.5.62
28-
tflite-runtime==2.11.0
28+
tflite-runtime==2.14.0
2929
pytesseract==0.3.10
3030
picamera==1.13
3131
pyzbar==0.1.9

0 commit comments

Comments
 (0)