Skip to content

Commit 8fa1a15

Browse files
authored
Merge pull request #1148 from aaronwmorris/dev
python module updates
2 parents 9733caa + 593f3ba commit 8fa1a15

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements/requirements_debian10.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ astropy
1616
# https://www.piwheels.org/project/numpy/
1717
numpy <= 1.21.4
1818
# https://www.piwheels.org/project/opencv-python-headless/
19-
opencv-python-headless <= 4.7.0.72
19+
opencv-python-headless >= 4.8.1.78
2020
# https://www.piwheels.org/project/scipy/
2121
scipy <= 1.7.3
2222
# https://www.piwheels.org/project/ccdproc/
@@ -40,7 +40,7 @@ imageio-ffmpeg
4040
#imagecodecs
4141
#rawpy # not needed
4242
pygifsicle
43-
gunicorn[gthread] >= 20.1.0
43+
gunicorn[gthread] >= 21.2.0
4444
inotify
4545
psutil
4646
# Last version supporting Python 3.7
@@ -53,7 +53,7 @@ werkzeug
5353
is-safe-url
5454
certifi
5555
# https://www.piwheels.org/project/cryptography/
56-
cryptography <= 40.0.1
56+
cryptography >= 42.0.5
5757
dbus-python
5858
paho-mqtt
5959
setuptools-rust
@@ -64,4 +64,4 @@ prettytable
6464
lxml
6565
shapely
6666
requests-toolbelt
67-
fish2pano
67+
fish2pano >= 0.4.1

requirements/requirements_latest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ werkzeug
4040
is-safe-url
4141
certifi >= 2023.7.22
4242
# https://www.wheelodex.org/projects/cryptography/
43-
cryptography >= 42.0.4
43+
cryptography >= 42.0.5
4444
dbus-python
4545
paho-mqtt
4646
setuptools-rust
@@ -51,4 +51,4 @@ prettytable
5151
lxml
5252
shapely
5353
requests-toolbelt
54-
fish2pano
54+
fish2pano >= 0.4.1

requirements/requirements_latest_web.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ werkzeug
2424
is-safe-url
2525
certifi >= 2023.7.22
2626
# https://www.wheelodex.org/projects/cryptography/
27-
cryptography >= 42.0.4
27+
cryptography >= 42.0.5
2828
dbus-python
2929
setuptools-rust
3030
# https://www.wheelodex.org/projects/bcrypt/

0 commit comments

Comments
 (0)