Skip to content
Closed
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
# AES-GCM for Quill Beacon's encrypted sync (apps/beacon/quillsync/crypto.py)
# and PuTTY private-key parsing (core/ssh/putty_key.py). Hard-imported by the
# beacon sync module, so it is a base dependency, not an optional extra.
"cryptography>=44.0.0",
"cryptography>=50.0.0",
# Windows COM. Not a UI concern despite living in the [ui] extra until now:
# quill/core/persona_launcher.py builds persona .lnk shortcuts through
# WScript.Shell, and quill/platform/windows (sapi5, narrator_announce,
Expand Down
Loading