Skip to content
Open
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
2 changes: 1 addition & 1 deletion nodes/src/nodes/db_mysql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pymysql==1.2.0
cryptography==46.0.7
cryptography==48.0.1
2 changes: 1 addition & 1 deletion nodes/src/nodes/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ charset-normalizer
# GHSA-r6ph-v2qm-q3c2 (SECT curve subgroup attack, fix 46.0.5),
# GHSA-m959-cc7f-wv43 (DNS constraint enforcement, fix 46.0.6),
# GHSA-p423-j2cm-9vmq (buffer overflow, fix 46.0.7).
cryptography>=46.0.7,<47
cryptography>=48.0.1,<49
idna
requests
urllib3
Expand Down
2 changes: 1 addition & 1 deletion nodes/src/nodes/text_output/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# smbprotocol
cffi
cryptography==46.0.7
cryptography==48.0.1
pycparser
pyspnego
smbprotocol
Expand Down
Loading