From 586e9060f053c80a255a4b1b3d006a37cd19665a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 00:54:08 +0000 Subject: [PATCH] chore(deps): Update cryptography requirement from <49,>=45 to >=45,<50 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5790efd..e1d8541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",