From 64264cf66fe61d0c23d203aac6383a571763e286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 05:24:31 +0000 Subject: [PATCH] Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Data Connectors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt b/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt index 9e1481d4633..0fadf14d349 100644 --- a/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt +++ b/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt @@ -7,7 +7,7 @@ azure-functions==1.11.2 ; python_version >= "3.10" and python_version < "3.11" certifi==2024.2.2 ; python_version >= "3.10" and python_version < "3.11" cffi==1.16.0 ; python_version >= "3.10" and python_version < "3.11" and platform_python_implementation != "PyPy" charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.11" -cryptography==44.0.1 ; python_version >= "3.10" and python_version < "3.11" +cryptography==46.0.5 ; python_version >= "3.10" and python_version < "3.11" idna==3.6 ; python_version >= "3.10" and python_version < "3.11" isodate==0.6.1 ; python_version >= "3.10" and python_version < "3.11" msal-extensions==1.1.0 ; python_version >= "3.10" and python_version < "3.11"