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 @@ -38,7 +38,7 @@ dependencies = [
# Upper-bounded for the macOS universal2 package: cryptography 49.0.0 ships no x86_64 macOS
# wheel, which breaks Briefcase's Intel slice (the lock pins 48.0.0). Lift the cap once 49+
# publishes x86_64 macOS wheels (or the macOS build drops the Intel slice).
"cryptography>=45,<49",
"cryptography>=45,<50",
"argon2-cffi>=24",
"platformdirs>=4",
"keyring>=25",
Expand Down