From db2d972b8ed2a327fed0df846d5a56a986927d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:09:14 +0000 Subject: [PATCH] Bump cryptography from 44.0.3 to 46.0.5 in /tests Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 30858f6..419d850 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,5 +2,5 @@ pytest>=7.0.0 pytest-benchmark>=4.0.0 statistics>=1.0.3.5 c2pa-python==0.8.3 -cryptography==44.0.3 +cryptography==46.0.5 pytest-order \ No newline at end of file