Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit f536aab

Browse files
committed
fix: keys_generator/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096
1 parent 1f40b15 commit f536aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keys_generator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ keyrings.alt==4.2.0
33
pycryptodome==3.19.1
44
pyinstaller==6.8.0
55
SecretStorage~=3.3.3
6-
cryptography~=44.0.2
6+
cryptography~=46.0.5
77
importlib-metadata==4.13.0

0 commit comments

Comments
 (0)