From 01458e0914403b2f45dbf6960020f2ea81cf1780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:13:40 +0000 Subject: [PATCH] build(deps): update cryptography requirement from >=44.0.1 to >=49.0.0 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/44.0.1...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f86949..280cf42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ PyGObject==3.48.2; sys_platform == "linux" pycairo>=1.26.0; sys_platform == "linux" # Cryptography primitives -cryptography>=44.0.1 +cryptography>=49.0.0 # Post-quantum KEM wrapper liboqs-python==0.15.0