Skip to content

Commit a01df02

Browse files
authored
Merge pull request #2863 from aaronwmorris/dev
Upgrade cryptography module (vulnerability)
2 parents 73f5e12 + 5c0f199 commit a01df02

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements/requirements_canary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Flask-Login == 0.6.3
3232
werkzeug == 3.1.6
3333
is-safe-url
3434
certifi == 2024.7.4
35-
cryptography == 46.0.6
35+
cryptography == 46.0.7
3636
dbus-python == 1.4.0
3737
paho-mqtt == 2.0.0
3838
setuptools-rust

requirements/requirements_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ werkzeug >= 3.1.6
4747
is-safe-url
4848
certifi >= 2024.7.4
4949
# https://www.wheelodex.org/projects/cryptography/
50-
cryptography >= 46.0.6
50+
cryptography >= 46.0.7
5151
dbus-python
5252
paho-mqtt >= 2.0.0
5353
setuptools-rust

requirements/requirements_latest_32.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ werkzeug >= 3.1.6
4646
is-safe-url
4747
certifi >= 2024.7.4
4848
# https://www.wheelodex.org/projects/cryptography/
49-
cryptography >= 46.0.6
49+
cryptography >= 46.0.7
5050
dbus-python
5151
paho-mqtt >= 2.0.0
5252
setuptools-rust

requirements/requirements_latest_web.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ werkzeug >= 3.1.6
3131
is-safe-url
3232
certifi >= 2023.7.22
3333
# https://www.wheelodex.org/projects/cryptography/
34-
cryptography >= 46.0.6
34+
cryptography >= 46.0.7
3535
dbus-python
3636
setuptools-rust
3737
# https://www.wheelodex.org/projects/bcrypt/

0 commit comments

Comments
 (0)